Html Css Color HEX #C46520 Chocolate

📋 copy color: '#C46520'

red 196 ◦ green 101 ◦ blue 32

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

Shades of Chocolate #C46520

Tints of Chocolate #C46520

RGB

 RED value IS 196 (76.95% from 255) = 59.57%

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

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

R = 59.57%
G = 30.7%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C46520 (or 0xC46520) is known color: Chocolate. HEX triplet: C4, 65 and 20. RGB value is (196,101,32). Sum of RGB (Red+Green+Blue) = 196+101+32=329 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.57% from 329); Green value is 101 (39.84% from 255 or 30.70% from 329); Blue value is 32 (12.89% from 255 or 9.73% from 329); Max value from RGB is 196 - color contains mainly: red. Hex color #C46520 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46520 is #3B9ADF. Grayscale: #797979. Windows color (decimal): -3906272 or 2123204. OLE color: 2123204.

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

Color convert

RGB 196 101 32 -
CMYK 0 0.48 0.84 0.23
HSL 25.24º 0.72% 0.45% -
HSV(B) 25.24º 0.84% 0.77% -
XYZ 27.68 21.15 3.99 -
YUV 121.54 77.47 181.11 -
System Red Green Blue C M Y K H S L
Decimal 196 101 32 0 0.48 0.84 0.23 25.24 0.72 0.45
Hex C4 65 20 0 30 54 17 19 48 2D
Octal 304 145 40 0 60 124 27 31 110 55
Binary 11000100 1100101 100000 0 110000 1010100 10111 11001 1001000 101101

Color Harmonies of #C46520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46520

Black with #C46520

Text Example


Text Example

White with #C46520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46520; }

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

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

background-color css

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

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

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

border-color css

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

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

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