Shades of Buttered Rum #9E7222
Tints of Buttered Rum #9E7222
RGB
CMYK
RGB Variations
Color information
#9E7222 (or 0x9E7222) is known color: Buttered Rum. HEX triplet: 9E, 72 and 22. RGB value is (158,114,34). Sum of RGB (Red+Green+Blue) = 158+114+34=306 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.63% from 306); Green value is 114 (44.92% from 255 or 37.25% from 306); Blue value is 34 (13.67% from 255 or 11.11% from 306); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7222 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E7222 is #618DDD. Grayscale: #767676. Windows color (decimal): -6393310 or 2257566. OLE color: 2257566.
HSL color Cylindrical-coordinate representation of color #9E7222: hue angle of 38.71º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9E7222 is Cyan = 0, Magento = 0.28, Yellow = 0.78 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 114 | 34 | - |
| CMYK | 0 | 0.28 | 0.78 | 0.38 |
| HSL | 38.71º | 0.65% | 0.38% | - |
| HSV(B) | 38.71º | 0.78% | 0.62% | - |
| XYZ | 20.41 | 19.42 | 4.19 | - |
| YUV | 118.04 | 80.58 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 114 | 34 | 0 | 0.28 | 0.78 | 0.38 | 38.71 | 0.65 | 0.38 |
| Hex | 9E | 72 | 22 | 0 | 1C | 4E | 26 | 27 | 41 | 26 |
| Octal | 236 | 162 | 42 | 0 | 34 | 116 | 46 | 47 | 101 | 46 |
| Binary | 10011110 | 1110010 | 100010 | 0 | 11100 | 1001110 | 100110 | 100111 | 1000001 | 100110 |
Color Harmonies of #9E7222
Complementary color
Monochromatic Colors of #9E7222
Black with #9E7222
Text Example
Text Example
White with #9E7222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7222; }
p { color: rgb(158,114,34); }
H1.HeaderClassName
{
color: #9E7222;
}
.AnyTagClassName
{
color: #9E7222;
}
</style>
background-color css
<style>
a { background-color: #9E7222; }
a { background-color: rgb(158,114,34); }
div.DivClassName
{
background-color: #9E7222;
}
.BgClassName
{
background-color: #9E7222;
}
</style>
border-color css
<style>
span { border-color: #9E7222; }
span { border-color: rgb(158,114,34); }
td.TdClassName
{
border-color: #9E7222;
}
.TagClassName
{
border-color: #9E7222;
}
</style>