#c46013

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

Shades of Chocolate #C46013

Tints of Chocolate #C46013

Color information

#C46013 (or 0xC46013) is unknown color: approx Chocolate. HEX triplet: C4, 60 and 13. RGB value is (196,96,19). Sum of RGB (Red+Green+Blue) = 196+96+19=311 (41% of max value = 765). Red value is 196 (76.95% from 255 or 63.02% from 311); Green value is 96 (37.89% from 255 or 30.87% from 311); Blue value is 19 (7.81% from 255 or 6.11% from 311); Max value from RGB is 196 - color contains mainly: red. Hex color #C46013 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46013 is #3B9FEC. Grayscale: #757575. Windows color (decimal): -3907565 or 1269956. OLE color: 1269956.

HSL color Cylindrical-coordinate representation of color #C46013: hue angle of 26.1º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C46013 is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB1969619-
CMYK00.510.900.23
HSL26.1º82.33%42.16%-
HSV(B)26.1º90.31%76.86%-
XYZ27.0720.153.08-
YUV117.1272.63184.26-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 63.02%
GREEN value IS 96 (37.89% from 255) = 30.87%
BLUE value IS 19 (7.81% from 255) = 6.11%
R=63.02%
G=30.87%
B=6.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.90
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196961900.510.900.2326.182.3342.16
HexC460130335A171a522a
Octal30414023063132273212252
Binary110001001100000100110110011101101010111110101010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c46013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c46013; }

 p { color: rgb(196,96,19); }

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

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

 a { background-color: rgb(196,96,19); }

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

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

 span { border-color: rgb(196,96,19); }

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