#A47B31

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

Shades of Hot Toddy #A47B31

Tints of Hot Toddy #A47B31

Color information

#A47B31 (or 0xA47B31) is unknown color: approx Hot Toddy. HEX triplet: A4, 7B and 31. RGB value is (164,123,49). Sum of RGB (Red+Green+Blue) = 164+123+49=336 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.81% from 336); Green value is 123 (48.44% from 255 or 36.61% from 336); Blue value is 49 (19.53% from 255 or 14.58% from 336); Max value from RGB is 164 - color contains mainly: red. Hex color #A47B31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47B31 is #5B84CE. Grayscale: #7F7F7F. Windows color (decimal): -5997775 or 3242916. OLE color: 3242916.

HSL color Cylindrical-coordinate representation of color #A47B31: hue angle of 38.61º 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 #A47B31 is Cyan = 0, Magento = 0.25, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB16412349-
CMYK00.250.700.36
HSL38.61º53.99%41.76%-
HSV(B)38.61º70.12%64.31%-
XYZ22.9522.286-
YUV126.8284.08154.52-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.81%
GREEN value IS 123 (48.44% from 255) = 36.61%
BLUE value IS 49 (19.53% from 255) = 14.58%
R=48.81%
G=36.61%
B=14.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.70
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641234900.250.700.3638.6153.9941.76
HexA47B31019462427362a
Octal2441736103110644476652
Binary1010010011110111100010110011000110100100100111110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47B31; }

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

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

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

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

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

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

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

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