Html Css Color HEX #C85B14 Chocolate

📋 copy color: '#C85B14'

red 200 ◦ green 91 ◦ blue 20

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

Shades of Chocolate #C85B14

Tints of Chocolate #C85B14

RGB

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

 GREEN value IS 91 (35.94% from 255) = 29.26%

 BLUE value IS 20 (8.2% from 255) = 6.43%

R = 64.31%
G = 29.26%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.9

 K value IS 0.22

RGB Variations

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

Color information

#C85B14 (or 0xC85B14) is known color: Chocolate. HEX triplet: C8, 5B and 14. RGB value is (200,91,20). Sum of RGB (Red+Green+Blue) = 200+91+20=311 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.31% from 311); Green value is 91 (35.94% from 255 or 29.26% from 311); Blue value is 20 (8.20% from 255 or 6.43% from 311); Max value from RGB is 200 - color contains mainly: red. Hex color #C85B14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85B14 is #37A4EB. Grayscale: #737373. Windows color (decimal): -3646700 or 1334216. OLE color: 1334216.

HSL color Cylindrical-coordinate representation of color #C85B14: hue angle of 23.67º degrees, saturation: 0.82, 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 #C85B14 is Cyan = 0, Magento = 0.54, Yellow = 0.9 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 91 20 -
CMYK 0 0.54 0.9 0.22
HSL 23.67º 0.82% 0.43% -
HSV(B) 23.67º 0.9% 0.78% -
XYZ 27.69 19.81 3.03 -
YUV 115.5 74.11 188.27 -
System Red Green Blue C M Y K H S L
Decimal 200 91 20 0 0.54 0.9 0.22 23.67 0.82 0.43
Hex C8 5B 14 0 36 5A 16 18 52 2B
Octal 310 133 24 0 66 132 26 30 122 53
Binary 11001000 1011011 10100 0 110110 1011010 10110 11000 1010010 101011

Color Harmonies of #C85B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85B14

Black with #C85B14

Text Example


Text Example

White with #C85B14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85B14; }

 p { color: rgb(200,91,20); }

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

background-color css

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

 a { background-color: rgb(200,91,20); }

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

border-color css

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

 span { border-color: rgb(200,91,20); }

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