#D46A13

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

Shades of Chocolate #D46A13

Tints of Chocolate #D46A13

Color information

#D46A13 (or 0xD46A13) is unknown color: approx Chocolate. HEX triplet: D4, 6A and 13. RGB value is (212,106,19). Sum of RGB (Red+Green+Blue) = 212+106+19=337 (44% of max value = 765). Red value is 212 (83.20% from 255 or 62.91% from 337); Green value is 106 (41.80% from 255 or 31.45% from 337); Blue value is 19 (7.81% from 255 or 5.64% from 337); Max value from RGB is 212 - color contains mainly: red. Hex color #D46A13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D46A13 is #2B95EC. Grayscale: #808080. Windows color (decimal): -2856429 or 1272532. OLE color: 1272532.

HSL color Cylindrical-coordinate representation of color #D46A13: hue angle of 27.05º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D46A13 is Cyan = 0, Magento = 0.5, Yellow = 0.91 and Black (K on CMYK) = 0.17.

Color convert

RGB21210619-
CMYK00.50.910.17
HSL27.05º83.55%45.29%-
HSV(B)27.05º91.04%83.14%-
XYZ32.4224.353.61-
YUV127.7866.62188.07-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 62.91%
GREEN value IS 106 (41.80% from 255) = 31.45%
BLUE value IS 19 (7.81% from 255) = 5.64%
R=62.91%
G=31.45%
B=5.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.91
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121061900.50.910.1727.0583.5545.29
HexD46A130325B111b542d
Octal32415223062133213312455
Binary110101001101010100110110010101101110001110111010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46A13; }

 p { color: rgb(212,106,19); }

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

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

 a { background-color: rgb(212,106,19); }

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

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

 span { border-color: rgb(212,106,19); }

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