Shades of Buttered Rum #9E7122
Tints of Buttered Rum #9E7122
RGB
CMYK
RGB Variations
Color information
#9E7122 (or 0x9E7122) is known color: Buttered Rum. HEX triplet: 9E, 71 and 22. RGB value is (158,113,34). Sum of RGB (Red+Green+Blue) = 158+113+34=305 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.80% from 305); Green value is 113 (44.53% from 255 or 37.05% from 305); Blue value is 34 (13.67% from 255 or 11.15% from 305); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7122 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E7122 is #618EDD. Grayscale: #757575. Windows color (decimal): -6393566 or 2257310. OLE color: 2257310.
HSL color Cylindrical-coordinate representation of color #9E7122: hue angle of 38.23º 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 #9E7122 is Cyan = 0, Magento = 0.28, Yellow = 0.78 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 113 | 34 | - |
| CMYK | 0 | 0.28 | 0.78 | 0.38 |
| HSL | 38.23º | 0.65% | 0.38% | - |
| HSV(B) | 38.23º | 0.78% | 0.62% | - |
| XYZ | 20.29 | 19.19 | 4.15 | - |
| YUV | 117.45 | 80.91 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 113 | 34 | 0 | 0.28 | 0.78 | 0.38 | 38.23 | 0.65 | 0.38 |
| Hex | 9E | 71 | 22 | 0 | 1C | 4E | 26 | 26 | 41 | 26 |
| Octal | 236 | 161 | 42 | 0 | 34 | 116 | 46 | 46 | 101 | 46 |
| Binary | 10011110 | 1110001 | 100010 | 0 | 11100 | 1001110 | 100110 | 100110 | 1000001 | 100110 |
Color Harmonies of #9E7122
Complementary color
Monochromatic Colors of #9E7122
Black with #9E7122
Text Example
Text Example
White with #9E7122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7122; }
p { color: rgb(158,113,34); }
H1.HeaderClassName
{
color: #9E7122;
}
.AnyTagClassName
{
color: #9E7122;
}
</style>
background-color css
<style>
a { background-color: #9E7122; }
a { background-color: rgb(158,113,34); }
div.DivClassName
{
background-color: #9E7122;
}
.BgClassName
{
background-color: #9E7122;
}
</style>
border-color css
<style>
span { border-color: #9E7122; }
span { border-color: rgb(158,113,34); }
td.TdClassName
{
border-color: #9E7122;
}
.TagClassName
{
border-color: #9E7122;
}
</style>