#A37133

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

Shades of Buttered Rum #A37133

Tints of Buttered Rum #A37133

Color information

#A37133 (or 0xA37133) is unknown color: approx Buttered Rum. HEX triplet: A3, 71 and 33. RGB value is (163,113,51). Sum of RGB (Red+Green+Blue) = 163+113+51=327 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.85% from 327); Green value is 113 (44.53% from 255 or 34.56% from 327); Blue value is 51 (20.31% from 255 or 15.60% from 327); Max value from RGB is 163 - color contains mainly: red. Hex color #A37133 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37133 is #5C8ECC. Grayscale: #797979. Windows color (decimal): -6065869 or 3371427. OLE color: 3371427.

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

Color convert

RGB16311351-
CMYK00.310.690.36
HSL33.21º52.34%41.96%-
HSV(B)33.21º68.71%63.92%-
XYZ21.6119.845.82-
YUV120.8888.56158.04-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 49.85%
GREEN value IS 113 (44.53% from 255) = 34.56%
BLUE value IS 51 (20.31% from 255) = 15.60%
R=49.85%
G=34.56%
B=15.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631135100.310.690.3633.2152.3441.96
HexA3713301F452421342a
Octal2431616303710544416452
Binary1010001111100011100110111111000101100100100001110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37133; }

 p { color: rgb(163,113,51); }

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

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

 a { background-color: rgb(163,113,51); }

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

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

 span { border-color: rgb(163,113,51); }

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