Html Css Color HEX #C46420 Chocolate

📋 copy color: '#C46420'

red 196 ◦ green 100 ◦ blue 32

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

Shades of Chocolate #C46420

Tints of Chocolate #C46420

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.49%

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

R = 59.76%
G = 30.49%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C46420 (or 0xC46420) is known color: Chocolate. HEX triplet: C4, 64 and 20. RGB value is (196,100,32). Sum of RGB (Red+Green+Blue) = 196+100+32=328 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.76% from 328); Green value is 100 (39.45% from 255 or 30.49% from 328); Blue value is 32 (12.89% from 255 or 9.76% from 328); Max value from RGB is 196 - color contains mainly: red. Hex color #C46420 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46420 is #3B9BDF. Grayscale: #797979. Windows color (decimal): -3906528 or 2122948. OLE color: 2122948.

HSL color Cylindrical-coordinate representation of color #C46420: hue angle of 24.88º 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 #C46420 is Cyan = 0, Magento = 0.49, Yellow = 0.84 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 100 32 -
CMYK 0 0.49 0.84 0.23
HSL 24.88º 0.72% 0.45% -
HSV(B) 24.88º 0.84% 0.77% -
XYZ 27.58 20.95 3.96 -
YUV 120.95 77.8 181.53 -
System Red Green Blue C M Y K H S L
Decimal 196 100 32 0 0.49 0.84 0.23 24.88 0.72 0.45
Hex C4 64 20 0 31 54 17 19 48 2D
Octal 304 144 40 0 61 124 27 31 110 55
Binary 11000100 1100100 100000 0 110001 1010100 10111 11001 1001000 101101

Color Harmonies of #C46420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46420

Black with #C46420

Text Example


Text Example

White with #C46420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46420; }

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

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

background-color css

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

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

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

border-color css

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

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

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