#A07937

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

Shades of Buttered Rum #A07937

Tints of Buttered Rum #A07937

Color information

#A07937 (or 0xA07937) is unknown color: approx Buttered Rum. HEX triplet: A0, 79 and 37. RGB value is (160,121,55). Sum of RGB (Red+Green+Blue) = 160+121+55=336 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.62% from 336); Green value is 121 (47.66% from 255 or 36.01% from 336); Blue value is 55 (21.88% from 255 or 16.37% from 336); Max value from RGB is 160 - color contains mainly: red. Hex color #A07937 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07937 is #5F86C8. Grayscale: #7D7D7D. Windows color (decimal): -6260425 or 3635616. OLE color: 3635616.

HSL color Cylindrical-coordinate representation of color #A07937: hue angle of 37.71º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A07937 is Cyan = 0, Magento = 0.24, Yellow = 0.66 and Black (K on CMYK) = 0.37.

Color convert

RGB16012155-
CMYK00.240.660.37
HSL37.71º48.84%42.16%-
HSV(B)37.71º65.62%62.75%-
XYZ22.0221.426.59-
YUV125.1488.42152.87-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.62%
GREEN value IS 121 (47.66% from 255) = 36.01%
BLUE value IS 55 (21.88% from 255) = 16.37%
R=47.62%
G=36.01%
B=16.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.66
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601215500.240.660.3737.7148.8442.16
HexA07937018422526312a
Octal2401716703010245466152
Binary1010000011110011101110110001000010100101100110110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07937; }

 p { color: rgb(160,121,55); }

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

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

 a { background-color: rgb(160,121,55); }

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

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

 span { border-color: rgb(160,121,55); }

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