#A47B35

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

Shades of Hot Toddy #A47B35

Tints of Hot Toddy #A47B35

Color information

#A47B35 (or 0xA47B35) is unknown color: approx Hot Toddy. HEX triplet: A4, 7B and 35. RGB value is (164,123,53). Sum of RGB (Red+Green+Blue) = 164+123+53=340 (45% of max value = 765). Red value is 164 (64.45% from 255 or 48.24% from 340); Green value is 123 (48.44% from 255 or 36.18% from 340); Blue value is 53 (21.09% from 255 or 15.59% from 340); Max value from RGB is 164 - color contains mainly: red. Hex color #A47B35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47B35 is #5B84CA. Grayscale: #7F7F7F. Windows color (decimal): -5997771 or 3505060. OLE color: 3505060.

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

Color convert

RGB16412353-
CMYK00.250.680.36
HSL37.84º51.15%42.55%-
HSV(B)37.84º67.68%64.31%-
XYZ23.0422.326.46-
YUV127.2886.08154.19-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.24%
GREEN value IS 123 (48.44% from 255) = 36.18%
BLUE value IS 53 (21.09% from 255) = 15.59%
R=48.24%
G=36.18%
B=15.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.68
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641235300.250.680.3637.8451.1542.55
HexA47B35019442426332b
Octal2441736503110444466353
Binary1010010011110111101010110011000100100100100110110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47B35; }

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

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

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

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

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

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

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

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