Shades of Buttered Rum #9E7330
Tints of Buttered Rum #9E7330
RGB
CMYK
RGB Variations
Color information
#9E7330 (or 0x9E7330) is known color: Buttered Rum. HEX triplet: 9E, 73 and 30. RGB value is (158,115,48). Sum of RGB (Red+Green+Blue) = 158+115+48=321 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.22% from 321); Green value is 115 (45.31% from 255 or 35.83% from 321); Blue value is 48 (19.14% from 255 or 14.95% from 321); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7330 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E7330 is #618CCF. Grayscale: #787878. Windows color (decimal): -6393040 or 3175326. OLE color: 3175326.
HSL color Cylindrical-coordinate representation of color #9E7330: hue angle of 36.55º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9E7330 is Cyan = 0, Magento = 0.27, Yellow = 0.70 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 115 | 48 | - |
| CMYK | 0 | 0.27 | 0.70 | 0.38 |
| HSL | 36.55º | 0.53% | 0.4% | - |
| HSV(B) | 36.55º | 0.7% | 0.62% | - |
| XYZ | 20.76 | 19.74 | 5.51 | - |
| YUV | 120.22 | 87.25 | 154.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 115 | 48 | 0 | 0.27 | 0.70 | 0.38 | 36.55 | 0.53 | 0.4 |
| Hex | 9E | 73 | 30 | 0 | 1B | 46 | 26 | 25 | 35 | 28 |
| Octal | 236 | 163 | 60 | 0 | 33 | 106 | 46 | 45 | 65 | 50 |
| Binary | 10011110 | 1110011 | 110000 | 0 | 11011 | 1000110 | 100110 | 100101 | 110101 | 101000 |
Color Harmonies of #9E7330
Complementary color
Monochromatic Colors of #9E7330
Black with #9E7330
Text Example
Text Example
White with #9E7330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7330; }
p { color: rgb(158,115,48); }
H1.HeaderClassName
{
color: #9E7330;
}
.AnyTagClassName
{
color: #9E7330;
}
</style>
background-color css
<style>
a { background-color: #9E7330; }
a { background-color: rgb(158,115,48); }
div.DivClassName
{
background-color: #9E7330;
}
.BgClassName
{
background-color: #9E7330;
}
</style>
border-color css
<style>
span { border-color: #9E7330; }
span { border-color: rgb(158,115,48); }
td.TdClassName
{
border-color: #9E7330;
}
.TagClassName
{
border-color: #9E7330;
}
</style>