#C56211

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

Shades of Chocolate #C56211

Tints of Chocolate #C56211

Color information

#C56211 (or 0xC56211) is unknown color: approx Chocolate. HEX triplet: C5, 62 and 11. RGB value is (197,98,17). Sum of RGB (Red+Green+Blue) = 197+98+17=312 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.14% from 312); Green value is 98 (38.67% from 255 or 31.41% from 312); Blue value is 17 (7.03% from 255 or 5.45% from 312); Max value from RGB is 197 - color contains mainly: red. Hex color #C56211 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56211 is #3A9DEE. Grayscale: #767676. Windows color (decimal): -3841519 or 1139397. OLE color: 1139397.

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

Color convert

RGB1979817-
CMYK00.500.910.23
HSL27º84.11%41.96%-
HSV(B)27º91.37%77.25%-
XYZ27.4920.653.07-
YUV118.3770.8184.09-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 63.14%
GREEN value IS 98 (38.67% from 255) = 31.41%
BLUE value IS 17 (7.03% from 255) = 5.45%
R=63.14%
G=31.41%
B=5.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.91
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197981700.500.910.232784.1141.96
HexC562110325B171b542a
Octal30514221062133273312452
Binary110001011100010100010110010101101110111110111010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56211; }

 p { color: rgb(197,98,17); }

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

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

 a { background-color: rgb(197,98,17); }

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

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

 span { border-color: rgb(197,98,17); }

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