#C56C18

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

Shades of Chocolate #C56C18

Tints of Chocolate #C56C18

Color information

#C56C18 (or 0xC56C18) is unknown color: approx Chocolate. HEX triplet: C5, 6C and 18. RGB value is (197,108,24). Sum of RGB (Red+Green+Blue) = 197+108+24=329 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.88% from 329); Green value is 108 (42.58% from 255 or 32.83% from 329); Blue value is 24 (9.77% from 255 or 7.29% from 329); Max value from RGB is 197 - color contains mainly: red. Hex color #C56C18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56C18 is #3A93E7. Grayscale: #7D7D7D. Windows color (decimal): -3838952 or 1600709. OLE color: 1600709.

HSL color Cylindrical-coordinate representation of color #C56C18: hue angle of 29.13º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C56C18 is Cyan = 0, Magento = 0.45, Yellow = 0.88 and Black (K on CMYK) = 0.23.

Color convert

RGB19710824-
CMYK00.450.880.23
HSL29.13º78.28%43.33%-
HSV(B)29.13º87.82%77.25%-
XYZ28.5522.663.73-
YUV125.0470.99179.33-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 59.88%
GREEN value IS 108 (42.58% from 255) = 32.83%
BLUE value IS 24 (9.77% from 255) = 7.29%
R=59.88%
G=32.83%
B=7.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.88
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971082400.450.880.2329.1378.2843.33
HexC56C1802D58171d4e2b
Octal30515430055130273511653
Binary110001011101100110000101101101100010111111011001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56C18; }

 p { color: rgb(197,108,24); }

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

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

 a { background-color: rgb(197,108,24); }

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

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

 span { border-color: rgb(197,108,24); }

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