Html Css Color HEX #C85920 Chocolate

📋 copy color: '#C85920'

red 200 ◦ green 89 ◦ blue 32

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

Shades of Chocolate #C85920

Tints of Chocolate #C85920

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.97%

R = 62.31%
G = 27.73%
B = 9.97%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C85920 (or 0xC85920) is known color: Chocolate. HEX triplet: C8, 59 and 20. RGB value is (200,89,32). Sum of RGB (Red+Green+Blue) = 200+89+32=321 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.31% from 321); Green value is 89 (35.16% from 255 or 27.73% from 321); Blue value is 32 (12.89% from 255 or 9.97% from 321); Max value from RGB is 200 - color contains mainly: red. Hex color #C85920 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85920 is #37A6DF. Grayscale: #747474. Windows color (decimal): -3647200 or 2120136. OLE color: 2120136.

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

Color convert

RGB 200 89 32 -
CMYK 0 0.56 0.84 0.22
HSL 20.36º 0.72% 0.45% -
HSV(B) 20.36º 0.84% 0.78% -
XYZ 27.65 19.53 3.68 -
YUV 115.69 80.77 188.13 -
System Red Green Blue C M Y K H S L
Decimal 200 89 32 0 0.56 0.84 0.22 20.36 0.72 0.45
Hex C8 59 20 0 38 54 16 14 48 2D
Octal 310 131 40 0 70 124 26 24 110 55
Binary 11001000 1011001 100000 0 111000 1010100 10110 10100 1001000 101101

Color Harmonies of #C85920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85920

Black with #C85920

Text Example


Text Example

White with #C85920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85920; }

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

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

background-color css

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

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

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

border-color css

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

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

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