Html Css Color HEX #C85D13 Chocolate

📋 copy color: '#C85D13'

red 200 ◦ green 93 ◦ blue 19

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

Shades of Chocolate #C85D13

Tints of Chocolate #C85D13

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.81%

 BLUE value IS 19 (7.81% from 255) = 6.09%

R = 64.1%
G = 29.81%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C85D13 (or 0xC85D13) is known color: Chocolate. HEX triplet: C8, 5D and 13. RGB value is (200,93,19). Sum of RGB (Red+Green+Blue) = 200+93+19=312 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.10% from 312); Green value is 93 (36.72% from 255 or 29.81% from 312); Blue value is 19 (7.81% from 255 or 6.09% from 312); Max value from RGB is 200 - color contains mainly: red. Hex color #C85D13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85D13 is #37A2EC. Grayscale: #747474. Windows color (decimal): -3646189 or 1269192. OLE color: 1269192.

HSL color Cylindrical-coordinate representation of color #C85D13: hue angle of 24.53º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C85D13 is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 93 19 -
CMYK 0 0.54 0.90 0.22
HSL 24.53º 0.83% 0.43% -
HSV(B) 24.53º 0.91% 0.78% -
XYZ 27.85 20.16 3.04 -
YUV 116.56 72.95 187.52 -
System Red Green Blue C M Y K H S L
Decimal 200 93 19 0 0.54 0.90 0.22 24.53 0.83 0.43
Hex C8 5D 13 0 36 5A 16 19 53 2B
Octal 310 135 23 0 66 132 26 31 123 53
Binary 11001000 1011101 10011 0 110110 1011010 10110 11001 1010011 101011

Color Harmonies of #C85D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85D13

Black with #C85D13

Text Example


Text Example

White with #C85D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85D13; }

 p { color: rgb(200,93,19); }

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

background-color css

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

 a { background-color: rgb(200,93,19); }

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

border-color css

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

 span { border-color: rgb(200,93,19); }

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