#C85A1E

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

Shades of Chocolate #C85A1E

Tints of Chocolate #C85A1E

Color information

#C85A1E (or 0xC85A1E) is unknown color: approx Chocolate. HEX triplet: C8, 5A and 1E. RGB value is (200,90,30). Sum of RGB (Red+Green+Blue) = 200+90+30=320 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.5% from 320); Green value is 90 (35.55% from 255 or 28.12% from 320); Blue value is 30 (12.11% from 255 or 9.38% from 320); Max value from RGB is 200 - color contains mainly: red. Hex color #C85A1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85A1E is #37A5E1. Grayscale: #747474. Windows color (decimal): -3646946 or 1989320. OLE color: 1989320.

HSL color Cylindrical-coordinate representation of color #C85A1E: hue angle of 21.18º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C85A1E is Cyan = 0, Magento = 0.55, Yellow = 0.85 and Black (K on CMYK) = 0.22.

Color convert

RGB2009030-
CMYK00.550.850.22
HSL21.18º73.91%45.1%-
HSV(B)21.18º85%78.43%-
XYZ27.7119.693.57-
YUV116.0579.44187.88-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 62.5%
GREEN value IS 90 (35.55% from 255) = 28.12%
BLUE value IS 30 (12.11% from 255) = 9.38%
R=62.5%
G=28.12%
B=9.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.85
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200903000.550.850.2221.1873.9145.1
HexC85A1E0375516154a2d
Octal31013236067125262511255
Binary110010001011010111100110111101010110110101011001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85A1E; }

 p { color: rgb(200,90,30); }

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

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

 a { background-color: rgb(200,90,30); }

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

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

 span { border-color: rgb(200,90,30); }

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