#A37231

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

Shades of Buttered Rum #A37231

Tints of Buttered Rum #A37231

Color information

#A37231 (or 0xA37231) is unknown color: approx Buttered Rum. HEX triplet: A3, 72 and 31. RGB value is (163,114,49). Sum of RGB (Red+Green+Blue) = 163+114+49=326 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50% from 326); Green value is 114 (44.92% from 255 or 34.97% from 326); Blue value is 49 (19.53% from 255 or 15.03% from 326); Max value from RGB is 163 - color contains mainly: red. Hex color #A37231 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37231 is #5C8DCE. Grayscale: #797979. Windows color (decimal): -6065615 or 3240611. OLE color: 3240611.

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

Color convert

RGB16311449-
CMYK00.300.700.36
HSL34.21º53.77%41.57%-
HSV(B)34.21º69.94%63.92%-
XYZ21.6820.045.63-
YUV121.2487.23157.79-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50%
GREEN value IS 114 (44.92% from 255) = 34.97%
BLUE value IS 49 (19.53% from 255) = 15.03%
R=50%
G=34.97%
B=15.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.70
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631144900.300.700.3634.2153.7741.57
HexA3723101E462422362a
Octal2431626103610644426652
Binary1010001111100101100010111101000110100100100010110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37231; }

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

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

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

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

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

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

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

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