#A07236

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

Shades of Buttered Rum #A07236

Tints of Buttered Rum #A07236

Color information

#A07236 (or 0xA07236) is unknown color: approx Buttered Rum. HEX triplet: A0, 72 and 36. RGB value is (160,114,54). Sum of RGB (Red+Green+Blue) = 160+114+54=328 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.78% from 328); Green value is 114 (44.92% from 255 or 34.76% from 328); Blue value is 54 (21.48% from 255 or 16.46% from 328); Max value from RGB is 160 - color contains mainly: red. Hex color #A07236 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07236 is #5F8DC9. Grayscale: #797979. Windows color (decimal): -6262218 or 3568288. OLE color: 3568288.

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

Color convert

RGB16011454-
CMYK00.290.660.37
HSL33.96º49.53%41.96%-
HSV(B)33.96º66.25%62.75%-
XYZ21.1819.776.19-
YUV120.9190.24155.88-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 48.78%
GREEN value IS 114 (44.92% from 255) = 34.76%
BLUE value IS 54 (21.48% from 255) = 16.46%
R=48.78%
G=34.76%
B=16.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.66
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601145400.290.660.3733.9649.5341.96
HexA0723601D422522322a
Octal2401626603510245426252
Binary1010000011100101101100111011000010100101100010110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07236; }

 p { color: rgb(160,114,54); }

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

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

 a { background-color: rgb(160,114,54); }

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

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

 span { border-color: rgb(160,114,54); }

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