Html Css Color HEX #C85D18 Chocolate

📋 copy color: '#C85D18'

red 200 ◦ green 93 ◦ blue 24

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

Shades of Chocolate #C85D18

Tints of Chocolate #C85D18

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.34%

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

R = 63.09%
G = 29.34%
B = 7.57%

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

#C85D18 (or 0xC85D18) is known color: Chocolate. HEX triplet: C8, 5D and 18. RGB value is (200,93,24). Sum of RGB (Red+Green+Blue) = 200+93+24=317 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.09% from 317); Green value is 93 (36.72% from 255 or 29.34% from 317); Blue value is 24 (9.77% from 255 or 7.57% from 317); Max value from RGB is 200 - color contains mainly: red. Hex color #C85D18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85D18 is #37A2E7. Grayscale: #757575. Windows color (decimal): -3646184 or 1596872. OLE color: 1596872.

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

Color convert

RGB 200 93 24 -
CMYK 0 0.54 0.88 0.22
HSL 23.52º 0.79% 0.44% -
HSV(B) 23.52º 0.88% 0.78% -
XYZ 27.9 20.17 3.29 -
YUV 117.13 75.45 187.11 -
System Red Green Blue C M Y K H S L
Decimal 200 93 24 0 0.54 0.88 0.22 23.52 0.79 0.44
Hex C8 5D 18 0 36 58 16 18 4F 2C
Octal 310 135 30 0 66 130 26 30 117 54
Binary 11001000 1011101 11000 0 110110 1011000 10110 11000 1001111 101100

Color Harmonies of #C85D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85D18

Black with #C85D18

Text Example


Text Example

White with #C85D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85D18; }

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

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

background-color css

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

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

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

border-color css

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

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

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