#A07436

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

Shades of Buttered Rum #A07436

Tints of Buttered Rum #A07436

Color information

#A07436 (or 0xA07436) is unknown color: approx Buttered Rum. HEX triplet: A0, 74 and 36. RGB value is (160,116,54). Sum of RGB (Red+Green+Blue) = 160+116+54=330 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.48% from 330); Green value is 116 (45.70% from 255 or 35.15% from 330); Blue value is 54 (21.48% from 255 or 16.36% from 330); Max value from RGB is 160 - color contains mainly: red. Hex color #A07436 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07436 is #5F8BC9. Grayscale: #7A7A7A. Windows color (decimal): -6261706 or 3568800. OLE color: 3568800.

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

Color convert

RGB16011654-
CMYK00.280.660.37
HSL35.09º49.53%41.96%-
HSV(B)35.09º66.25%62.75%-
XYZ21.4120.236.27-
YUV122.0989.58155.04-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 48.48%
GREEN value IS 116 (45.70% from 255) = 35.15%
BLUE value IS 54 (21.48% from 255) = 16.36%
R=48.48%
G=35.15%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.66
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601165400.280.660.3735.0949.5341.96
HexA0743601C422523322a
Octal2401646603410245436252
Binary1010000011101001101100111001000010100101100011110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07436; }

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

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

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

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

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

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

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

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