Html Css Color HEX #C85B1E Chocolate

📋 copy color: '#C85B1E'

red 200 ◦ green 91 ◦ blue 30

#C85B1E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chocolate #C85B1E

Tints of Chocolate #C85B1E

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 value IS 0

 M value IS 0.54

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C85B1E (or 0xC85B1E) is known color: 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

RGB 200 91 30 -
CMYK 0 0.54 0.85 0.22
HSL 21.53º 0.74% 0.45% -
HSV(B) 21.53º 0.85% 0.78% -
XYZ 27.79 19.86 3.6 -
YUV 116.64 79.11 187.46 -
System Red Green Blue C M Y K H S L
Decimal 200 91 30 0 0.54 0.85 0.22 21.53 0.74 0.45
Hex C8 5B 1E 0 36 55 16 16 4A 2D
Octal 310 133 36 0 66 125 26 26 112 55
Binary 11001000 1011011 11110 0 110110 1010101 10110 10110 1001010 101101

Color Harmonies of #C85B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85B1E

Black with #C85B1E

Text Example


Text Example

White with #C85B1E

Text Example


Text Example

HTML Codes & Css Web 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>