#a37138

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

Shades of Buttered Rum #A37138

Tints of Buttered Rum #A37138

Color information

#A37138 (or 0xA37138) is unknown color: approx Buttered Rum. HEX triplet: A3, 71 and 38. RGB value is (163,113,56). Sum of RGB (Red+Green+Blue) = 163+113+56=332 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.10% from 332); Green value is 113 (44.53% from 255 or 34.04% from 332); Blue value is 56 (22.27% from 255 or 16.87% from 332); Max value from RGB is 163 - color contains mainly: red. Hex color #A37138 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37138 is #5C8EC7. Grayscale: #797979. Windows color (decimal): -6065864 or 3699107. OLE color: 3699107.

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

Color convert

RGB16311356-
CMYK00.310.660.36
HSL31.96º48.86%42.94%-
HSV(B)31.96º65.64%63.92%-
XYZ21.7219.886.43-
YUV121.4591.06157.63-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 49.10%
GREEN value IS 113 (44.53% from 255) = 34.04%
BLUE value IS 56 (22.27% from 255) = 16.87%
R=49.10%
G=34.04%
B=16.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.66
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631135600.310.660.3631.9648.8642.94
HexA3713801F422420312b
Octal2431617003710244406153
Binary1010001111100011110000111111000010100100100000110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a37138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a37138; }

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

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

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

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

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

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

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

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