Html Css Color HEX #C86521 Chocolate

📋 copy color: '#C86521'

red 200 ◦ green 101 ◦ blue 33

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

Shades of Chocolate #C86521

Tints of Chocolate #C86521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.88%

R = 59.88%
G = 30.24%
B = 9.88%

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

#C86521 (or 0xC86521) is known color: Chocolate. HEX triplet: C8, 65 and 21. RGB value is (200,101,33). Sum of RGB (Red+Green+Blue) = 200+101+33=334 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.88% from 334); Green value is 101 (39.84% from 255 or 30.24% from 334); Blue value is 33 (13.28% from 255 or 9.88% from 334); Max value from RGB is 200 - color contains mainly: red. Hex color #C86521 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86521 is #379ADE. Grayscale: #7B7B7B. Windows color (decimal): -3644127 or 2188744. OLE color: 2188744.

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

Color convert

RGB 200 101 33 -
CMYK 0 0.49 0.84 0.22
HSL 24.43º 0.72% 0.46% -
HSV(B) 24.43º 0.84% 0.78% -
XYZ 28.75 21.7 4.11 -
YUV 122.85 77.3 183.03 -
System Red Green Blue C M Y K H S L
Decimal 200 101 33 0 0.49 0.84 0.22 24.43 0.72 0.46
Hex C8 65 21 0 31 54 16 18 48 2E
Octal 310 145 41 0 61 124 26 30 110 56
Binary 11001000 1100101 100001 0 110001 1010100 10110 11000 1001000 101110

Color Harmonies of #C86521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86521

Black with #C86521

Text Example


Text Example

White with #C86521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86521; }

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

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

background-color css

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

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

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

border-color css

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

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

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