#A47131

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

Shades of Hot Toddy #A47131

Tints of Hot Toddy #A47131

Color information

#A47131 (or 0xA47131) is unknown color: approx Hot Toddy. HEX triplet: A4, 71 and 31. RGB value is (164,113,49). Sum of RGB (Red+Green+Blue) = 164+113+49=326 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.31% from 326); Green value is 113 (44.53% from 255 or 34.66% from 326); Blue value is 49 (19.53% from 255 or 15.03% from 326); Max value from RGB is 164 - color contains mainly: red. Hex color #A47131 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47131 is #5B8ECE. Grayscale: #797979. Windows color (decimal): -6000335 or 3240356. OLE color: 3240356.

HSL color Cylindrical-coordinate representation of color #A47131: hue angle of 33.39º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A47131 is Cyan = 0, Magento = 0.31, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB16411349-
CMYK00.310.700.36
HSL33.39º53.99%41.76%-
HSV(B)33.39º70.12%64.31%-
XYZ21.7719.925.6-
YUV120.9587.4158.7-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 50.31%
GREEN value IS 113 (44.53% from 255) = 34.66%
BLUE value IS 49 (19.53% from 255) = 15.03%
R=50.31%
G=34.66%
B=15.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.70
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641134900.310.700.3633.3953.9941.76
HexA4713101F462421362a
Octal2441616103710644416652
Binary1010010011100011100010111111000110100100100001110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47131; }

 p { color: rgb(164,113,49); }

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

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

 a { background-color: rgb(164,113,49); }

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

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

 span { border-color: rgb(164,113,49); }

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