Shades of Buttered Rum #9E7237
Tints of Buttered Rum #9E7237
RGB
CMYK
RGB Variations
Color information
#9E7237 (or 0x9E7237) is known color: Buttered Rum. HEX triplet: 9E, 72 and 37. RGB value is (158,114,55). Sum of RGB (Red+Green+Blue) = 158+114+55=327 (43% of max value = 765). Red value is 158 (62.11% from 255 or 48.32% from 327); Green value is 114 (44.92% from 255 or 34.86% from 327); Blue value is 55 (21.88% from 255 or 16.82% from 327); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7237 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E7237 is #618DC8. Grayscale: #787878. Windows color (decimal): -6393289 or 3633822. OLE color: 3633822.
HSL color Cylindrical-coordinate representation of color #9E7237: hue angle of 34.37º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9E7237 is Cyan = 0, Magento = 0.28, Yellow = 0.65 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 114 | 55 | - |
| CMYK | 0 | 0.28 | 0.65 | 0.38 |
| HSL | 34.37º | 0.48% | 0.42% | - |
| HSV(B) | 34.37º | 0.65% | 0.62% | - |
| XYZ | 20.81 | 19.58 | 6.3 | - |
| YUV | 120.43 | 91.08 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 114 | 55 | 0 | 0.28 | 0.65 | 0.38 | 34.37 | 0.48 | 0.42 |
| Hex | 9E | 72 | 37 | 0 | 1C | 41 | 26 | 22 | 30 | 2A |
| Octal | 236 | 162 | 67 | 0 | 34 | 101 | 46 | 42 | 60 | 52 |
| Binary | 10011110 | 1110010 | 110111 | 0 | 11100 | 1000001 | 100110 | 100010 | 110000 | 101010 |
Color Harmonies of #9E7237
Complementary color
Monochromatic Colors of #9E7237
Black with #9E7237
Text Example
Text Example
White with #9E7237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7237; }
p { color: rgb(158,114,55); }
H1.HeaderClassName
{
color: #9E7237;
}
.AnyTagClassName
{
color: #9E7237;
}
</style>
background-color css
<style>
a { background-color: #9E7237; }
a { background-color: rgb(158,114,55); }
div.DivClassName
{
background-color: #9E7237;
}
.BgClassName
{
background-color: #9E7237;
}
</style>
border-color css
<style>
span { border-color: #9E7237; }
span { border-color: rgb(158,114,55); }
td.TdClassName
{
border-color: #9E7237;
}
.TagClassName
{
border-color: #9E7237;
}
</style>