#C85B1E

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

Shades of Chocolate #C85B1E

Tints of Chocolate #C85B1E

Color information

#C85B1E (or 0xC85B1E) is unknown color: approx Chocolate. HEX triplet: C8, 5B and 1E. RGB value is (200,91,30). Sum of RGB (Red+Green+Blue) = 200+91+30=321 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.31% from 321); Green value is 91 (35.94% from 255 or 28.35% from 321); Blue value is 30 (12.11% from 255 or 9.35% from 321); Max value from RGB is 200 - color contains mainly: red. Hex color #C85B1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85B1E is #37A4E1. Grayscale: #747474. Windows color (decimal): -3646690 or 1989576. OLE color: 1989576.

HSL color Cylindrical-coordinate representation of color #C85B1E: hue angle of 21.53º 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 #C85B1E is Cyan = 0, Magento = 0.54, Yellow = 0.85 and Black (K on CMYK) = 0.22.

Color convert

RGB2009130-
CMYK00.540.850.22
HSL21.53º73.91%45.1%-
HSV(B)21.53º85%78.43%-
XYZ27.7919.863.6-
YUV116.6479.11187.46-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 62.31%
GREEN value IS 91 (35.94% from 255) = 28.35%
BLUE value IS 30 (12.11% from 255) = 9.35%
R=62.31%
G=28.35%
B=9.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.85
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200913000.540.850.2221.5373.9145.1
HexC85B1E0365516164a2d
Octal31013336066125262611255
Binary110010001011011111100110110101010110110101101001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85B1E; }

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

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

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

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

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

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

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

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