Html Css Color HEX #C86520 Chocolate

📋 copy color: '#C86520'

red 200 ◦ green 101 ◦ blue 32

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

Shades of Chocolate #C86520

Tints of Chocolate #C86520

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.33%

 BLUE value IS 32 (12.89% from 255) = 9.61%

R = 60.06%
G = 30.33%
B = 9.61%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C86520 (or 0xC86520) is known color: Chocolate. HEX triplet: C8, 65 and 20. RGB value is (200,101,32). Sum of RGB (Red+Green+Blue) = 200+101+32=333 (44% of max value = 765). Red value is 200 (78.52% from 255 or 60.06% from 333); Green value is 101 (39.84% from 255 or 30.33% from 333); Blue value is 32 (12.89% from 255 or 9.61% from 333); Max value from RGB is 200 - color contains mainly: red. Hex color #C86520 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86520 is #379ADF. Grayscale: #7B7B7B. Windows color (decimal): -3644128 or 2123208. OLE color: 2123208.

HSL color Cylindrical-coordinate representation of color #C86520: hue angle of 24.64º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C86520 is Cyan = 0, Magento = 0.49, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 101 32 -
CMYK 0 0.49 0.84 0.22
HSL 24.64º 0.72% 0.45% -
HSV(B) 24.64º 0.84% 0.78% -
XYZ 28.73 21.69 4.04 -
YUV 122.74 76.8 183.11 -
System Red Green Blue C M Y K H S L
Decimal 200 101 32 0 0.49 0.84 0.22 24.64 0.72 0.45
Hex C8 65 20 0 31 54 16 19 48 2D
Octal 310 145 40 0 61 124 26 31 110 55
Binary 11001000 1100101 100000 0 110001 1010100 10110 11001 1001000 101101

Color Harmonies of #C86520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86520

Black with #C86520

Text Example


Text Example

White with #C86520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86520; }

 p { color: rgb(200,101,32); }

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

background-color css

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

 a { background-color: rgb(200,101,32); }

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

border-color css

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

 span { border-color: rgb(200,101,32); }

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