#C56511

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

Shades of Chocolate #C56511

Tints of Chocolate #C56511

Color information

#C56511 (or 0xC56511) is unknown color: approx Chocolate. HEX triplet: C5, 65 and 11. RGB value is (197,101,17). Sum of RGB (Red+Green+Blue) = 197+101+17=315 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.54% from 315); Green value is 101 (39.84% from 255 or 32.06% from 315); Blue value is 17 (7.03% from 255 or 5.40% from 315); Max value from RGB is 197 - color contains mainly: red. Hex color #C56511 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56511 is #3A9AEE. Grayscale: #787878. Windows color (decimal): -3840751 or 1140165. OLE color: 1140165.

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

Color convert

RGB19710117-
CMYK00.490.910.23
HSL28º84.11%41.96%-
HSV(B)28º91.37%77.25%-
XYZ27.7821.223.16-
YUV120.1369.8182.83-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 62.54%
GREEN value IS 101 (39.84% from 255) = 32.06%
BLUE value IS 17 (7.03% from 255) = 5.40%
R=62.54%
G=32.06%
B=5.40%

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
Decimal1971011700.490.910.232884.1141.96
HexC565110315B171c542a
Octal30514521061133273412452
Binary110001011100101100010110001101101110111111001010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56511; }

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

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

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

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

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

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

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

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