#A37131

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

Shades of Buttered Rum #A37131

Tints of Buttered Rum #A37131

Color information

#A37131 (or 0xA37131) is unknown color: approx Buttered Rum. HEX triplet: A3, 71 and 31. RGB value is (163,113,49). Sum of RGB (Red+Green+Blue) = 163+113+49=325 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50.15% from 325); Green value is 113 (44.53% from 255 or 34.77% from 325); Blue value is 49 (19.53% from 255 or 15.08% from 325); Max value from RGB is 163 - color contains mainly: red. Hex color #A37131 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37131 is #5C8ECE. Grayscale: #787878. Windows color (decimal): -6065871 or 3240355. OLE color: 3240355.

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

Color convert

RGB16311349-
CMYK00.310.700.36
HSL33.68º53.77%41.57%-
HSV(B)33.68º69.94%63.92%-
XYZ21.5619.825.59-
YUV120.6587.56158.2-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50.15%
GREEN value IS 113 (44.53% from 255) = 34.77%
BLUE value IS 49 (19.53% from 255) = 15.08%
R=50.15%
G=34.77%
B=15.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.70
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631134900.310.700.3633.6853.7741.57
HexA3713101F462422362a
Octal2431616103710644426652
Binary1010001111100011100010111111000110100100100010110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37131; }

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

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

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

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

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

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

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

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