Html Css Color HEX #C85319 Chocolate

📋 copy color: '#C85319'

red 200 ◦ green 83 ◦ blue 25

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

Shades of Chocolate #C85319

Tints of Chocolate #C85319

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.95%

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

R = 64.94%
G = 26.95%
B = 8.12%

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

#C85319 (or 0xC85319) is known color: Chocolate. HEX triplet: C8, 53 and 19. RGB value is (200,83,25). Sum of RGB (Red+Green+Blue) = 200+83+25=308 (40% of max value = 765). Red value is 200 (78.52% from 255 or 64.94% from 308); Green value is 83 (32.81% from 255 or 26.95% from 308); Blue value is 25 (10.16% from 255 or 8.12% from 308); Max value from RGB is 200 - color contains mainly: red. Hex color #C85319 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85319 is #37ACE6. Grayscale: #6F6F6F. Windows color (decimal): -3648743 or 1659848. OLE color: 1659848.

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

Color convert

RGB 200 83 25 -
CMYK 0 0.58 0.88 0.22
HSL 19.89º 0.78% 0.44% -
HSV(B) 19.89º 0.88% 0.78% -
XYZ 27.09 18.54 3.07 -
YUV 111.37 79.26 191.22 -
System Red Green Blue C M Y K H S L
Decimal 200 83 25 0 0.58 0.88 0.22 19.89 0.78 0.44
Hex C8 53 19 0 3A 58 16 14 4E 2C
Octal 310 123 31 0 72 130 26 24 116 54
Binary 11001000 1010011 11001 0 111010 1011000 10110 10100 1001110 101100

Color Harmonies of #C85319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85319

Black with #C85319

Text Example


Text Example

White with #C85319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85319; }

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

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

background-color css

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

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

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

border-color css

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

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

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