Html Css Color HEX #C85318 Chocolate

📋 copy color: '#C85318'

red 200 ◦ green 83 ◦ blue 24

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

Shades of Chocolate #C85318

Tints of Chocolate #C85318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.82%

R = 65.15%
G = 27.04%
B = 7.82%

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

#C85318 (or 0xC85318) is known color: Chocolate. HEX triplet: C8, 53 and 18. RGB value is (200,83,24). Sum of RGB (Red+Green+Blue) = 200+83+24=307 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.15% from 307); Green value is 83 (32.81% from 255 or 27.04% from 307); Blue value is 24 (9.77% from 255 or 7.82% from 307); Max value from RGB is 200 - color contains mainly: red. Hex color #C85318 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85318 is #37ACE7. Grayscale: #6F6F6F. Windows color (decimal): -3648744 or 1594312. OLE color: 1594312.

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

Color convert

RGB 200 83 24 -
CMYK 0 0.58 0.88 0.22
HSL 20.11º 0.79% 0.44% -
HSV(B) 20.11º 0.88% 0.78% -
XYZ 27.08 18.53 3.01 -
YUV 111.26 78.76 191.3 -
System Red Green Blue C M Y K H S L
Decimal 200 83 24 0 0.58 0.88 0.22 20.11 0.79 0.44
Hex C8 53 18 0 3A 58 16 14 4F 2C
Octal 310 123 30 0 72 130 26 24 117 54
Binary 11001000 1010011 11000 0 111010 1011000 10110 10100 1001111 101100

Color Harmonies of #C85318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85318

Black with #C85318

Text Example


Text Example

White with #C85318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85318; }

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

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

background-color css

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

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

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

border-color css

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

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

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