Html Css Color HEX #C85918 Chocolate

📋 copy color: '#C85918'

red 200 ◦ green 89 ◦ blue 24

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

Shades of Chocolate #C85918

Tints of Chocolate #C85918

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.43%

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

R = 63.9%
G = 28.43%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C85918 (or 0xC85918) is known color: Chocolate. HEX triplet: C8, 59 and 18. RGB value is (200,89,24). Sum of RGB (Red+Green+Blue) = 200+89+24=313 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.90% from 313); Green value is 89 (35.16% from 255 or 28.43% from 313); Blue value is 24 (9.77% from 255 or 7.67% from 313); Max value from RGB is 200 - color contains mainly: red. Hex color #C85918 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85918 is #37A6E7. Grayscale: #737373. Windows color (decimal): -3647208 or 1595848. OLE color: 1595848.

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

Color convert

RGB 200 89 24 -
CMYK 0 0.56 0.88 0.22
HSL 22.16º 0.79% 0.44% -
HSV(B) 22.16º 0.88% 0.78% -
XYZ 27.56 19.49 3.17 -
YUV 114.78 76.77 188.79 -
System Red Green Blue C M Y K H S L
Decimal 200 89 24 0 0.56 0.88 0.22 22.16 0.79 0.44
Hex C8 59 18 0 38 58 16 16 4F 2C
Octal 310 131 30 0 70 130 26 26 117 54
Binary 11001000 1011001 11000 0 111000 1011000 10110 10110 1001111 101100

Color Harmonies of #C85918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85918

Black with #C85918

Text Example


Text Example

White with #C85918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85918; }

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

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

background-color css

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

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

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

border-color css

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

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

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