Shades of Buttered Rum #9A7122
Tints of Buttered Rum #9A7122
RGB
CMYK
RGB Variations
Color information
#9A7122 (or 0x9A7122) is known color: Buttered Rum. HEX triplet: 9A, 71 and 22. RGB value is (154,113,34). Sum of RGB (Red+Green+Blue) = 154+113+34=301 (39% of max value = 765). Red value is 154 (60.55% from 255 or 51.16% from 301); Green value is 113 (44.53% from 255 or 37.54% from 301); Blue value is 34 (13.67% from 255 or 11.30% from 301); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7122 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A7122 is #658EDD. Grayscale: #747474. Windows color (decimal): -6655710 or 2257306. OLE color: 2257306.
HSL color Cylindrical-coordinate representation of color #9A7122: hue angle of 39.5º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9A7122 is Cyan = 0, Magento = 0.27, Yellow = 0.78 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 113 | 34 | - |
| CMYK | 0 | 0.27 | 0.78 | 0.40 |
| HSL | 39.5º | 0.64% | 0.37% | - |
| HSV(B) | 39.5º | 0.78% | 0.6% | - |
| XYZ | 19.52 | 18.8 | 4.11 | - |
| YUV | 116.25 | 81.58 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 113 | 34 | 0 | 0.27 | 0.78 | 0.40 | 39.5 | 0.64 | 0.37 |
| Hex | 9A | 71 | 22 | 0 | 1B | 4E | 28 | 28 | 40 | 25 |
| Octal | 232 | 161 | 42 | 0 | 33 | 116 | 50 | 50 | 100 | 45 |
| Binary | 10011010 | 1110001 | 100010 | 0 | 11011 | 1001110 | 101000 | 101000 | 1000000 | 100101 |
Color Harmonies of #9A7122
Complementary color
Monochromatic Colors of #9A7122
Black with #9A7122
Text Example
Text Example
White with #9A7122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7122; }
p { color: rgb(154,113,34); }
H1.HeaderClassName
{
color: #9A7122;
}
.AnyTagClassName
{
color: #9A7122;
}
</style>
background-color css
<style>
a { background-color: #9A7122; }
a { background-color: rgb(154,113,34); }
div.DivClassName
{
background-color: #9A7122;
}
.BgClassName
{
background-color: #9A7122;
}
</style>
border-color css
<style>
span { border-color: #9A7122; }
span { border-color: rgb(154,113,34); }
td.TdClassName
{
border-color: #9A7122;
}
.TagClassName
{
border-color: #9A7122;
}
</style>