#A57037

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

Shades of Buttered Rum #A57037

Tints of Buttered Rum #A57037

Color information

#A57037 (or 0xA57037) is unknown color: approx Buttered Rum. HEX triplet: A5, 70 and 37. RGB value is (165,112,55). Sum of RGB (Red+Green+Blue) = 165+112+55=332 (43% of max value = 765). Red value is 165 (64.84% from 255 or 49.70% from 332); Green value is 112 (44.14% from 255 or 33.73% from 332); Blue value is 55 (21.88% from 255 or 16.57% from 332); Max value from RGB is 165 - color contains mainly: red. Hex color #A57037 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57037 is #5A8FC8. Grayscale: #797979. Windows color (decimal): -5935049 or 3633317. OLE color: 3633317.

HSL color Cylindrical-coordinate representation of color #A57037: hue angle of 31.09º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A57037 is Cyan = 0, Magento = 0.32, Yellow = 0.67 and Black (K on CMYK) = 0.35.

Color convert

RGB16511255-
CMYK00.320.670.35
HSL31.09º50%43.14%-
HSV(B)31.09º66.67%64.71%-
XYZ2219.866.29-
YUV121.3590.56159.13-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 49.70%
GREEN value IS 112 (44.14% from 255) = 33.73%
BLUE value IS 55 (21.88% from 255) = 16.57%
R=49.70%
G=33.73%
B=16.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.67
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651125500.320.670.3531.095043.14
HexA5703702043231f322b
Octal2451606704010343376253
Binary1010010111100001101110100000100001110001111111110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57037; }

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

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

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

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

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

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

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

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