#A37037

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

Shades of Buttered Rum #A37037

Tints of Buttered Rum #A37037

Color information

#A37037 (or 0xA37037) is unknown color: approx Buttered Rum. HEX triplet: A3, 70 and 37. RGB value is (163,112,55). Sum of RGB (Red+Green+Blue) = 163+112+55=330 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.39% from 330); Green value is 112 (44.14% from 255 or 33.94% from 330); Blue value is 55 (21.88% from 255 or 16.67% from 330); Max value from RGB is 163 - color contains mainly: red. Hex color #A37037 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37037 is #5C8FC8. Grayscale: #797979. Windows color (decimal): -6066121 or 3633315. OLE color: 3633315.

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

Color convert

RGB16311255-
CMYK00.310.660.36
HSL31.67º49.54%42.75%-
HSV(B)31.67º66.26%63.92%-
XYZ21.5919.656.27-
YUV120.7590.9158.13-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 49.39%
GREEN value IS 112 (44.14% from 255) = 33.94%
BLUE value IS 55 (21.88% from 255) = 16.67%
R=49.39%
G=33.94%
B=16.67%

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
Decimal1631125500.310.660.3631.6749.5442.75
HexA3703701F422420322b
Octal2431606703710244406253
Binary1010001111100001101110111111000010100100100000110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37037; }

 p { color: rgb(163,112,55); }

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

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

 a { background-color: rgb(163,112,55); }

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

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

 span { border-color: rgb(163,112,55); }

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