Html Css Color HEX #C85B1C Chocolate

📋 copy color: '#C85B1C'

red 200 ◦ green 91 ◦ blue 28

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

Shades of Chocolate #C85B1C

Tints of Chocolate #C85B1C

RGB

 RED value IS 200 (78.52% from 255) = 62.7%

 GREEN value IS 91 (35.94% from 255) = 28.53%

 BLUE value IS 28 (11.33% from 255) = 8.78%

R = 62.7%
G = 28.53%
B = 8.78%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C85B1C (or 0xC85B1C) is known color: Chocolate. HEX triplet: C8, 5B and 1C. RGB value is (200,91,28). Sum of RGB (Red+Green+Blue) = 200+91+28=319 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.70% from 319); Green value is 91 (35.94% from 255 or 28.53% from 319); Blue value is 28 (11.33% from 255 or 8.78% from 319); Max value from RGB is 200 - color contains mainly: red. Hex color #C85B1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85B1C is #37A4E3. Grayscale: #747474. Windows color (decimal): -3646692 or 1858504. OLE color: 1858504.

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

Color convert

RGB 200 91 28 -
CMYK 0 0.54 0.86 0.22
HSL 21.98º 0.75% 0.45% -
HSV(B) 21.98º 0.86% 0.78% -
XYZ 27.77 19.85 3.47 -
YUV 116.41 78.11 187.62 -
System Red Green Blue C M Y K H S L
Decimal 200 91 28 0 0.54 0.86 0.22 21.98 0.75 0.45
Hex C8 5B 1C 0 36 56 16 16 4B 2D
Octal 310 133 34 0 66 126 26 26 113 55
Binary 11001000 1011011 11100 0 110110 1010110 10110 10110 1001011 101101

Color Harmonies of #C85B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85B1C

Black with #C85B1C

Text Example


Text Example

White with #C85B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85B1C; }

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

 H1.HeaderClassName
 {
   color: #C85B1C;
 }
 .AnyTagClassName
 {
   color: #C85B1C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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