#A07837

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

Shades of Buttered Rum #A07837

Tints of Buttered Rum #A07837

Color information

#A07837 (or 0xA07837) is unknown color: approx Buttered Rum. HEX triplet: A0, 78 and 37. RGB value is (160,120,55). Sum of RGB (Red+Green+Blue) = 160+120+55=335 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.76% from 335); Green value is 120 (47.27% from 255 or 35.82% from 335); Blue value is 55 (21.88% from 255 or 16.42% from 335); Max value from RGB is 160 - color contains mainly: red. Hex color #A07837 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07837 is #5F87C8. Grayscale: #7C7C7C. Windows color (decimal): -6260681 or 3635360. OLE color: 3635360.

HSL color Cylindrical-coordinate representation of color #A07837: hue angle of 37.14º 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 #A07837 is Cyan = 0, Magento = 0.25, Yellow = 0.66 and Black (K on CMYK) = 0.37.

Color convert

RGB16012055-
CMYK00.250.660.37
HSL37.14º48.84%42.16%-
HSV(B)37.14º65.62%62.75%-
XYZ21.921.186.55-
YUV124.5588.75153.29-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.76%
GREEN value IS 120 (47.27% from 255) = 35.82%
BLUE value IS 55 (21.88% from 255) = 16.42%
R=47.76%
G=35.82%
B=16.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.66
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601205500.250.660.3737.1448.8442.16
HexA07837019422525312a
Octal2401706703110245456152
Binary1010000011110001101110110011000010100101100101110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07837; }

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

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

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

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

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

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

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

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