Html Css Color HEX #C85719 Chocolate

📋 copy color: '#C85719'

red 200 ◦ green 87 ◦ blue 25

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

Shades of Chocolate #C85719

Tints of Chocolate #C85719

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.88%

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

R = 64.1%
G = 27.88%
B = 8.01%

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

#C85719 (or 0xC85719) is known color: Chocolate. HEX triplet: C8, 57 and 19. RGB value is (200,87,25). Sum of RGB (Red+Green+Blue) = 200+87+25=312 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.10% from 312); Green value is 87 (34.38% from 255 or 27.88% from 312); Blue value is 25 (10.16% from 255 or 8.01% from 312); Max value from RGB is 200 - color contains mainly: red. Hex color #C85719 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85719 is #37A8E6. Grayscale: #727272. Windows color (decimal): -3647719 or 1660872. OLE color: 1660872.

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

Color convert

RGB 200 87 25 -
CMYK 0 0.56 0.88 0.22
HSL 21.26º 0.78% 0.44% -
HSV(B) 21.26º 0.88% 0.78% -
XYZ 27.4 19.17 3.17 -
YUV 113.72 77.94 189.54 -
System Red Green Blue C M Y K H S L
Decimal 200 87 25 0 0.56 0.88 0.22 21.26 0.78 0.44
Hex C8 57 19 0 38 58 16 15 4E 2C
Octal 310 127 31 0 70 130 26 25 116 54
Binary 11001000 1010111 11001 0 111000 1011000 10110 10101 1001110 101100

Color Harmonies of #C85719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85719

Black with #C85719

Text Example


Text Example

White with #C85719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85719; }

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

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

background-color css

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

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

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

border-color css

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

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

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