Shades of Buttered Rum #9A7020
Tints of Buttered Rum #9A7020
RGB
CMYK
RGB Variations
Color information
#9A7020 (or 0x9A7020) is known color: Buttered Rum. HEX triplet: 9A, 70 and 20. RGB value is (154,112,32). Sum of RGB (Red+Green+Blue) = 154+112+32=298 (39% of max value = 765). Red value is 154 (60.55% from 255 or 51.68% from 298); Green value is 112 (44.14% from 255 or 37.58% from 298); Blue value is 32 (12.89% from 255 or 10.74% from 298); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7020 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A7020 is #658FDF. Grayscale: #737373. Windows color (decimal): -6655968 or 2125978. OLE color: 2125978.
HSL color Cylindrical-coordinate representation of color #9A7020: hue angle of 39.34º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9A7020 is Cyan = 0, Magento = 0.27, Yellow = 0.79 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 112 | 32 | - |
| CMYK | 0 | 0.27 | 0.79 | 0.40 |
| HSL | 39.34º | 0.66% | 0.36% | - |
| HSV(B) | 39.34º | 0.79% | 0.6% | - |
| XYZ | 19.38 | 18.56 | 3.93 | - |
| YUV | 115.44 | 80.91 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 112 | 32 | 0 | 0.27 | 0.79 | 0.40 | 39.34 | 0.66 | 0.36 |
| Hex | 9A | 70 | 20 | 0 | 1B | 4F | 28 | 27 | 42 | 24 |
| Octal | 232 | 160 | 40 | 0 | 33 | 117 | 50 | 47 | 102 | 44 |
| Binary | 10011010 | 1110000 | 100000 | 0 | 11011 | 1001111 | 101000 | 100111 | 1000010 | 100100 |
Color Harmonies of #9A7020
Complementary color
Monochromatic Colors of #9A7020
Black with #9A7020
Text Example
Text Example
White with #9A7020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7020; }
p { color: rgb(154,112,32); }
H1.HeaderClassName
{
color: #9A7020;
}
.AnyTagClassName
{
color: #9A7020;
}
</style>
background-color css
<style>
a { background-color: #9A7020; }
a { background-color: rgb(154,112,32); }
div.DivClassName
{
background-color: #9A7020;
}
.BgClassName
{
background-color: #9A7020;
}
</style>
border-color css
<style>
span { border-color: #9A7020; }
span { border-color: rgb(154,112,32); }
td.TdClassName
{
border-color: #9A7020;
}
.TagClassName
{
border-color: #9A7020;
}
</style>