#C46A21

Color #C46A21 Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chocolate #C46A21

Tints of Chocolate #C46A21

Color information

#C46A21 (or 0xC46A21) is unknown color: approx Chocolate. HEX triplet: C4, 6A and 21. RGB value is (196,106,33). Sum of RGB (Red+Green+Blue) = 196+106+33=335 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.51% from 335); Green value is 106 (41.80% from 255 or 31.64% from 335); Blue value is 33 (13.28% from 255 or 9.85% from 335); Max value from RGB is 196 - color contains mainly: red. Hex color #C46A21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46A21 is #3B95DE. Grayscale: #7C7C7C. Windows color (decimal): -3904991 or 2190020. OLE color: 2190020.

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

Color convert

RGB19610633-
CMYK00.460.830.23
HSL26.87º71.18%44.9%-
HSV(B)26.87º83.16%76.86%-
XYZ28.1922.154.23-
YUV124.5976.32178.94-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 58.51%
GREEN value IS 106 (41.80% from 255) = 31.64%
BLUE value IS 33 (13.28% from 255) = 9.85%
R=58.51%
G=31.64%
B=9.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.83
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961063300.460.830.2326.8771.1844.9
HexC46A2102E53171b472d
Octal30415241056123273310755
Binary1100010011010101000010101110101001110111110111000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46A21; }

 p { color: rgb(196,106,33); }

 H1.HeaderClassName
 {
   color: #C46A21;
 }
 .AnyTagClassName
 {
   color: #C46A21;
 }
</style>
background-color css

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

 a { background-color: rgb(196,106,33); }

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

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

 span { border-color: rgb(196,106,33); }

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