#a47b2d

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

Shades of Hot Toddy #A47B2D

Tints of Hot Toddy #A47B2D

Color information

#A47B2D (or 0xA47B2D) is unknown color: approx Hot Toddy. HEX triplet: A4, 7B and 2D. RGB value is (164,123,45). Sum of RGB (Red+Green+Blue) = 164+123+45=332 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.40% from 332); Green value is 123 (48.44% from 255 or 37.05% from 332); Blue value is 45 (17.97% from 255 or 13.55% from 332); Max value from RGB is 164 - color contains mainly: red. Hex color #A47B2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47B2D is #5B84D2. Grayscale: #7E7E7E. Windows color (decimal): -5997779 or 2980772. OLE color: 2980772.

HSL color Cylindrical-coordinate representation of color #A47B2D: hue angle of 39.33º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A47B2D is Cyan = 0, Magento = 0.25, Yellow = 0.73 and Black (K on CMYK) = 0.36.

Color convert

RGB16412345-
CMYK00.250.730.36
HSL39.33º56.94%40.98%-
HSV(B)39.33º72.56%64.31%-
XYZ22.8722.255.57-
YUV126.3782.08154.84-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 49.40%
GREEN value IS 123 (48.44% from 255) = 37.05%
BLUE value IS 45 (17.97% from 255) = 13.55%
R=49.40%
G=37.05%
B=13.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.73
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641234500.250.730.3639.3356.9440.98
HexA47B2D0194924273929
Octal2441735503111144477151
Binary1010010011110111011010110011001001100100100111111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a47b2d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a47b2d; }

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

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

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

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

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

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

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

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