Html Css Color HEX #C85819 Chocolate

📋 copy color: '#C85819'

red 200 ◦ green 88 ◦ blue 25

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

Shades of Chocolate #C85819

Tints of Chocolate #C85819

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.12%

 BLUE value IS 25 (10.16% from 255) = 7.99%

R = 63.9%
G = 28.12%
B = 7.99%

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

#C85819 (or 0xC85819) is known color: Chocolate. HEX triplet: C8, 58 and 19. RGB value is (200,88,25). Sum of RGB (Red+Green+Blue) = 200+88+25=313 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.90% from 313); Green value is 88 (34.77% from 255 or 28.12% from 313); Blue value is 25 (10.16% from 255 or 7.99% from 313); Max value from RGB is 200 - color contains mainly: red. Hex color #C85819 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85819 is #37A7E6. Grayscale: #727272. Windows color (decimal): -3647463 or 1661128. OLE color: 1661128.

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

Color convert

RGB 200 88 25 -
CMYK 0 0.56 0.88 0.22
HSL 21.6º 0.78% 0.44% -
HSV(B) 21.6º 0.88% 0.78% -
XYZ 27.48 19.33 3.2 -
YUV 114.31 77.61 189.12 -
System Red Green Blue C M Y K H S L
Decimal 200 88 25 0 0.56 0.88 0.22 21.6 0.78 0.44
Hex C8 58 19 0 38 58 16 16 4E 2C
Octal 310 130 31 0 70 130 26 26 116 54
Binary 11001000 1011000 11001 0 111000 1011000 10110 10110 1001110 101100

Color Harmonies of #C85819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85819

Black with #C85819

Text Example


Text Example

White with #C85819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85819; }

 p { color: rgb(200,88,25); }

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

background-color css

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

 a { background-color: rgb(200,88,25); }

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

border-color css

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

 span { border-color: rgb(200,88,25); }

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