#c56810

Color #C56810 Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chocolate #C56810

Tints of Chocolate #C56810

Color information

#C56810 (or 0xC56810) is unknown color: approx Chocolate. HEX triplet: C5, 68 and 10. RGB value is (197,104,16). Sum of RGB (Red+Green+Blue) = 197+104+16=317 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.15% from 317); Green value is 104 (41.02% from 255 or 32.81% from 317); Blue value is 16 (6.64% from 255 or 5.05% from 317); Max value from RGB is 197 - color contains mainly: red. Hex color #C56810 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56810 is #3A97EF. Grayscale: #7A7A7A. Windows color (decimal): -3839984 or 1075397. OLE color: 1075397.

HSL color Cylindrical-coordinate representation of color #C56810: hue angle of 29.17º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C56810 is Cyan = 0, Magento = 0.47, Yellow = 0.92 and Black (K on CMYK) = 0.23.

Color convert

RGB19710416-
CMYK00.470.920.23
HSL29.17º84.98%41.76%-
HSV(B)29.17º91.88%77.25%-
XYZ28.0721.813.22-
YUV121.7868.31181.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 197 (77.34% from 255) = 62.15%
GREEN value IS 104 (41.02% from 255) = 32.81%
BLUE value IS 16 (6.64% from 255) = 5.05%
R=62.15%
G=32.81%
B=5.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.92
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971041600.470.920.2329.1784.9841.76
HexC5681002F5C171d552a
Octal30515020057134273512552
Binary110001011101000100000101111101110010111111011010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c56810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c56810; }

 p { color: rgb(197,104,16); }

 H1.HeaderClassName
 {
   color: #c56810;
 }
 .AnyTagClassName
 {
   color: #c56810;
 }
</style>
background-color css

<style>
 a { background-color: #c56810; }

 a { background-color: rgb(197,104,16); }

 div.DivClassName
 {
   background-color: #c56810;
 }
 .BgClassName
 {
   background-color: #c56810;
 }
</style>
border-color css

<style>
 span { border-color: #c56810; }

 span { border-color: rgb(197,104,16); }

 td.TdClassName
 {
   border-color: #c56810;
 }
 .TagClassName
 {
   border-color: #c56810;
 }
</style>