Shades of Buttered Rum #9E7029
Tints of Buttered Rum #9E7029
RGB
CMYK
RGB Variations
Color information
#9E7029 (or 0x9E7029) is known color: Buttered Rum. HEX triplet: 9E, 70 and 29. RGB value is (158,112,41). Sum of RGB (Red+Green+Blue) = 158+112+41=311 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.80% from 311); Green value is 112 (44.14% from 255 or 36.01% from 311); Blue value is 41 (16.41% from 255 or 13.18% from 311); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7029 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E7029 is #618FD6. Grayscale: #757575. Windows color (decimal): -6393815 or 2715806. OLE color: 2715806.
HSL color Cylindrical-coordinate representation of color #9E7029: hue angle of 36.41º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9E7029 is Cyan = 0, Magento = 0.29, Yellow = 0.74 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 112 | 41 | - |
| CMYK | 0 | 0.29 | 0.74 | 0.38 |
| HSL | 36.41º | 0.59% | 0.39% | - |
| HSV(B) | 36.41º | 0.74% | 0.62% | - |
| XYZ | 20.29 | 19.02 | 4.7 | - |
| YUV | 117.66 | 84.74 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 112 | 41 | 0 | 0.29 | 0.74 | 0.38 | 36.41 | 0.59 | 0.39 |
| Hex | 9E | 70 | 29 | 0 | 1D | 4A | 26 | 24 | 3B | 27 |
| Octal | 236 | 160 | 51 | 0 | 35 | 112 | 46 | 44 | 73 | 47 |
| Binary | 10011110 | 1110000 | 101001 | 0 | 11101 | 1001010 | 100110 | 100100 | 111011 | 100111 |
Color Harmonies of #9E7029
Complementary color
Monochromatic Colors of #9E7029
Black with #9E7029
Text Example
Text Example
White with #9E7029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7029; }
p { color: rgb(158,112,41); }
H1.HeaderClassName
{
color: #9E7029;
}
.AnyTagClassName
{
color: #9E7029;
}
</style>
background-color css
<style>
a { background-color: #9E7029; }
a { background-color: rgb(158,112,41); }
div.DivClassName
{
background-color: #9E7029;
}
.BgClassName
{
background-color: #9E7029;
}
</style>
border-color css
<style>
span { border-color: #9E7029; }
span { border-color: rgb(158,112,41); }
td.TdClassName
{
border-color: #9E7029;
}
.TagClassName
{
border-color: #9E7029;
}
</style>