#C85A19

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

Shades of Chocolate #C85A19

Tints of Chocolate #C85A19

Color information

#C85A19 (or 0xC85A19) is unknown color: approx Chocolate. HEX triplet: C8, 5A and 19. RGB value is (200,90,25). Sum of RGB (Red+Green+Blue) = 200+90+25=315 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.49% from 315); Green value is 90 (35.55% from 255 or 28.57% from 315); Blue value is 25 (10.16% from 255 or 7.94% from 315); Max value from RGB is 200 - color contains mainly: red. Hex color #C85A19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85A19 is #37A5E6. Grayscale: #737373. Windows color (decimal): -3646951 or 1661640. OLE color: 1661640.

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

Color convert

RGB2009025-
CMYK00.550.880.22
HSL22.29º77.78%44.12%-
HSV(B)22.29º87.5%78.43%-
XYZ27.6519.663.26-
YUV115.4876.94188.29-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 63.49%
GREEN value IS 90 (35.55% from 255) = 28.57%
BLUE value IS 25 (10.16% from 255) = 7.94%
R=63.49%
G=28.57%
B=7.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.88
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200902500.550.880.2222.2977.7844.12
HexC85A190375816164e2c
Octal31013231067130262611654
Binary110010001011010110010110111101100010110101101001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85A19; }

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

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

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

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

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

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

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

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