#C56411

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

Shades of Chocolate #C56411

Tints of Chocolate #C56411

Color information

#C56411 (or 0xC56411) is unknown color: approx Chocolate. HEX triplet: C5, 64 and 11. RGB value is (197,100,17). Sum of RGB (Red+Green+Blue) = 197+100+17=314 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.74% from 314); Green value is 100 (39.45% from 255 or 31.85% from 314); Blue value is 17 (7.03% from 255 or 5.41% from 314); Max value from RGB is 197 - color contains mainly: red. Hex color #C56411 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56411 is #3A9BEE. Grayscale: #777777. Windows color (decimal): -3841007 or 1139909. OLE color: 1139909.

HSL color Cylindrical-coordinate representation of color #C56411: hue angle of 27.67º 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 #C56411 is Cyan = 0, Magento = 0.49, Yellow = 0.91 and Black (K on CMYK) = 0.23.

Color convert

RGB19710017-
CMYK00.490.910.23
HSL27.67º84.11%41.96%-
HSV(B)27.67º91.37%77.25%-
XYZ27.6821.033.13-
YUV119.5470.14183.25-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 62.74%
GREEN value IS 100 (39.45% from 255) = 31.85%
BLUE value IS 17 (7.03% from 255) = 5.41%
R=62.74%
G=31.85%
B=5.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.91
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971001700.490.910.2327.6784.1141.96
HexC564110315B171c542a
Octal30514421061133273412452
Binary110001011100100100010110001101101110111111001010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56411; }

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

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

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

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

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

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

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

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