#C85716

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

Shades of Chocolate #C85716

Tints of Chocolate #C85716

Color information

#C85716 (or 0xC85716) is unknown color: approx Chocolate. HEX triplet: C8, 57 and 16. RGB value is (200,87,22). Sum of RGB (Red+Green+Blue) = 200+87+22=309 (40% of max value = 765). Red value is 200 (78.52% from 255 or 64.72% from 309); Green value is 87 (34.38% from 255 or 28.16% from 309); Blue value is 22 (8.98% from 255 or 7.12% from 309); Max value from RGB is 200 - color contains mainly: red. Hex color #C85716 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85716 is #37A8E9. Grayscale: #717171. Windows color (decimal): -3647722 or 1464264. OLE color: 1464264.

HSL color Cylindrical-coordinate representation of color #C85716: hue angle of 21.91º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C85716 is Cyan = 0, Magento = 0.56, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB2008722-
CMYK00.560.890.22
HSL21.91º80.18%43.53%-
HSV(B)21.91º89%78.43%-
XYZ27.3719.153.01-
YUV113.3876.44189.79-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 64.72%
GREEN value IS 87 (34.38% from 255) = 28.16%
BLUE value IS 22 (8.98% from 255) = 7.12%
R=64.72%
G=28.16%
B=7.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.89
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200872200.560.890.2221.9180.1843.53
HexC85716038591616502c
Octal31012726070131262612054
Binary110010001010111101100111000101100110110101101010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85716; }

 p { color: rgb(200,87,22); }

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

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

 a { background-color: rgb(200,87,22); }

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

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

 span { border-color: rgb(200,87,22); }

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