#A37039

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

Shades of Buttered Rum #A37039

Tints of Buttered Rum #A37039

Color information

#A37039 (or 0xA37039) is unknown color: approx Buttered Rum. HEX triplet: A3, 70 and 39. RGB value is (163,112,57). Sum of RGB (Red+Green+Blue) = 163+112+57=332 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.10% from 332); Green value is 112 (44.14% from 255 or 33.73% from 332); Blue value is 57 (22.66% from 255 or 17.17% from 332); Max value from RGB is 163 - color contains mainly: red. Hex color #A37039 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37039 is #5C8FC6. Grayscale: #797979. Windows color (decimal): -6066119 or 3764387. OLE color: 3764387.

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

Color convert

RGB16311257-
CMYK00.310.650.36
HSL31.13º48.18%43.14%-
HSV(B)31.13º65.03%63.92%-
XYZ21.6419.676.53-
YUV120.9891.9157.97-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 49.10%
GREEN value IS 112 (44.14% from 255) = 33.73%
BLUE value IS 57 (22.66% from 255) = 17.17%
R=49.10%
G=33.73%
B=17.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631125700.310.650.3631.1348.1843.14
HexA3703901F41241f302b
Octal2431607103710144376053
Binary101000111110000111001011111100000110010011111110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37039; }

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

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

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

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

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

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

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

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