Html Css Color HEX #C85517 Chocolate

📋 copy color: '#C85517'

red 200 ◦ green 85 ◦ blue 23

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

Shades of Chocolate #C85517

Tints of Chocolate #C85517

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.6%

 BLUE value IS 23 (9.38% from 255) = 7.47%

R = 64.94%
G = 27.6%
B = 7.47%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C85517 (or 0xC85517) is known color: Chocolate. HEX triplet: C8, 55 and 17. RGB value is (200,85,23). Sum of RGB (Red+Green+Blue) = 200+85+23=308 (40% of max value = 765). Red value is 200 (78.52% from 255 or 64.94% from 308); Green value is 85 (33.59% from 255 or 27.60% from 308); Blue value is 23 (9.38% from 255 or 7.47% from 308); Max value from RGB is 200 - color contains mainly: red. Hex color #C85517 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85517 is #37AAE8. Grayscale: #707070. Windows color (decimal): -3648233 or 1529288. OLE color: 1529288.

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

Color convert

RGB 200 85 23 -
CMYK 0 0.58 0.88 0.22
HSL 21.02º 0.79% 0.44% -
HSV(B) 21.02º 0.89% 0.78% -
XYZ 27.22 18.84 3.01 -
YUV 112.32 77.6 190.54 -
System Red Green Blue C M Y K H S L
Decimal 200 85 23 0 0.58 0.88 0.22 21.02 0.79 0.44
Hex C8 55 17 0 3A 58 16 15 4F 2C
Octal 310 125 27 0 72 130 26 25 117 54
Binary 11001000 1010101 10111 0 111010 1011000 10110 10101 1001111 101100

Color Harmonies of #C85517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85517

Black with #C85517

Text Example


Text Example

White with #C85517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85517; }

 p { color: rgb(200,85,23); }

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

background-color css

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

 a { background-color: rgb(200,85,23); }

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

border-color css

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

 span { border-color: rgb(200,85,23); }

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