Html Css Color HEX #C85B18 Chocolate

📋 copy color: '#C85B18'

red 200 ◦ green 91 ◦ blue 24

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

Shades of Chocolate #C85B18

Tints of Chocolate #C85B18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.62%

R = 63.49%
G = 28.89%
B = 7.62%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C85B18 (or 0xC85B18) is known color: Chocolate. HEX triplet: C8, 5B and 18. RGB value is (200,91,24). Sum of RGB (Red+Green+Blue) = 200+91+24=315 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.49% from 315); Green value is 91 (35.94% from 255 or 28.89% from 315); Blue value is 24 (9.77% from 255 or 7.62% from 315); Max value from RGB is 200 - color contains mainly: red. Hex color #C85B18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85B18 is #37A4E7. Grayscale: #747474. Windows color (decimal): -3646696 or 1596360. OLE color: 1596360.

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

Color convert

RGB 200 91 24 -
CMYK 0 0.54 0.88 0.22
HSL 22.84º 0.79% 0.44% -
HSV(B) 22.84º 0.88% 0.78% -
XYZ 27.73 19.83 3.23 -
YUV 115.95 76.11 187.95 -
System Red Green Blue C M Y K H S L
Decimal 200 91 24 0 0.54 0.88 0.22 22.84 0.79 0.44
Hex C8 5B 18 0 36 58 16 17 4F 2C
Octal 310 133 30 0 66 130 26 27 117 54
Binary 11001000 1011011 11000 0 110110 1011000 10110 10111 1001111 101100

Color Harmonies of #C85B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85B18

Black with #C85B18

Text Example


Text Example

White with #C85B18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85B18; }

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

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

background-color css

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

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

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

border-color css

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

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

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