#A47339

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

Shades of Buttered Rum #A47339

Tints of Buttered Rum #A47339

Color information

#A47339 (or 0xA47339) is unknown color: approx Buttered Rum. HEX triplet: A4, 73 and 39. RGB value is (164,115,57). Sum of RGB (Red+Green+Blue) = 164+115+57=336 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.81% from 336); Green value is 115 (45.31% from 255 or 34.23% from 336); Blue value is 57 (22.66% from 255 or 16.96% from 336); Max value from RGB is 164 - color contains mainly: red. Hex color #A47339 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47339 is #5B8CC6. Grayscale: #7B7B7B. Windows color (decimal): -5999815 or 3765156. OLE color: 3765156.

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

Color convert

RGB16411557-
CMYK00.300.650.36
HSL32.52º48.42%43.33%-
HSV(B)32.52º65.24%64.31%-
XYZ22.1820.456.65-
YUV123.0490.73157.22-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.81%
GREEN value IS 115 (45.31% from 255) = 34.23%
BLUE value IS 57 (22.66% from 255) = 16.96%
R=48.81%
G=34.23%
B=16.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641155700.300.650.3632.5248.4243.33
HexA4733901E412421302b
Octal2441637103610144416053
Binary1010010011100111110010111101000001100100100001110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47339; }

 p { color: rgb(164,115,57); }

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

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

 a { background-color: rgb(164,115,57); }

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

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

 span { border-color: rgb(164,115,57); }

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