Shades of Buttered Rum #9E7B30
Tints of Buttered Rum #9E7B30
RGB
CMYK
RGB Variations
Color information
#9E7B30 (or 0x9E7B30) is known color: Buttered Rum. HEX triplet: 9E, 7B and 30. RGB value is (158,123,48). Sum of RGB (Red+Green+Blue) = 158+123+48=329 (43% of max value = 765). Red value is 158 (62.11% from 255 or 48.02% from 329); Green value is 123 (48.44% from 255 or 37.39% from 329); Blue value is 48 (19.14% from 255 or 14.59% from 329); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7B30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E7B30 is #6184CF. Grayscale: #7D7D7D. Windows color (decimal): -6390992 or 3177374. OLE color: 3177374.
HSL color Cylindrical-coordinate representation of color #9E7B30: hue angle of 40.91º 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 #9E7B30 is Cyan = 0, Magento = 0.22, Yellow = 0.70 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 123 | 48 | - |
| CMYK | 0 | 0.22 | 0.70 | 0.38 |
| HSL | 40.91º | 0.53% | 0.4% | - |
| HSV(B) | 40.91º | 0.7% | 0.62% | - |
| XYZ | 21.72 | 21.65 | 5.83 | - |
| YUV | 124.92 | 84.6 | 151.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 123 | 48 | 0 | 0.22 | 0.70 | 0.38 | 40.91 | 0.53 | 0.4 |
| Hex | 9E | 7B | 30 | 0 | 16 | 46 | 26 | 29 | 35 | 28 |
| Octal | 236 | 173 | 60 | 0 | 26 | 106 | 46 | 51 | 65 | 50 |
| Binary | 10011110 | 1111011 | 110000 | 0 | 10110 | 1000110 | 100110 | 101001 | 110101 | 101000 |
Color Harmonies of #9E7B30
Complementary color
Monochromatic Colors of #9E7B30
Black with #9E7B30
Text Example
Text Example
White with #9E7B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7B30; }
p { color: rgb(158,123,48); }
H1.HeaderClassName
{
color: #9E7B30;
}
.AnyTagClassName
{
color: #9E7B30;
}
</style>
background-color css
<style>
a { background-color: #9E7B30; }
a { background-color: rgb(158,123,48); }
div.DivClassName
{
background-color: #9E7B30;
}
.BgClassName
{
background-color: #9E7B30;
}
</style>
border-color css
<style>
span { border-color: #9E7B30; }
span { border-color: rgb(158,123,48); }
td.TdClassName
{
border-color: #9E7B30;
}
.TagClassName
{
border-color: #9E7B30;
}
</style>