#a0732a

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

Shades of Buttered Rum #A0732A

Tints of Buttered Rum #A0732A

Color information

#A0732A (or 0xA0732A) is unknown color: approx Buttered Rum. HEX triplet: A0, 73 and 2A. RGB value is (160,115,42). Sum of RGB (Red+Green+Blue) = 160+115+42=317 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.47% from 317); Green value is 115 (45.31% from 255 or 36.28% from 317); Blue value is 42 (16.80% from 255 or 13.25% from 317); Max value from RGB is 160 - color contains mainly: red. Hex color #A0732A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0732A is #5F8CD5. Grayscale: #787878. Windows color (decimal): -6261974 or 2782112. OLE color: 2782112.

HSL color Cylindrical-coordinate representation of color #A0732A: hue angle of 37.12º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A0732A is Cyan = 0, Magento = 0.28, Yellow = 0.74 and Black (K on CMYK) = 0.37.

Color convert

RGB16011542-
CMYK00.280.740.37
HSL37.12º58.42%39.61%-
HSV(B)37.12º73.75%62.75%-
XYZ21.0519.94.92-
YUV120.1383.91156.44-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 50.47%
GREEN value IS 115 (45.31% from 255) = 36.28%
BLUE value IS 42 (16.80% from 255) = 13.25%
R=50.47%
G=36.28%
B=13.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.74
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601154200.280.740.3737.1258.4239.61
HexA0732A01C4A25253a28
Octal2401635203411245457250
Binary1010000011100111010100111001001010100101100101111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a0732a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a0732a; }

 p { color: rgb(160,115,42); }

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

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

 a { background-color: rgb(160,115,42); }

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

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

 span { border-color: rgb(160,115,42); }

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