Shades of Buttered Rum #9E732F
Tints of Buttered Rum #9E732F
RGB
CMYK
RGB Variations
Color information
#9E732F (or 0x9E732F) is known color: Buttered Rum. HEX triplet: 9E, 73 and 2F. RGB value is (158,115,47). Sum of RGB (Red+Green+Blue) = 158+115+47=320 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.38% from 320); Green value is 115 (45.31% from 255 or 35.94% from 320); Blue value is 47 (18.75% from 255 or 14.69% from 320); Max value from RGB is 158 - color contains mainly: red. Hex color #9E732F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E732F is #618CD0. Grayscale: #787878. Windows color (decimal): -6393041 or 3109790. OLE color: 3109790.
HSL color Cylindrical-coordinate representation of color #9E732F: hue angle of 36.76º degrees, saturation: 0.54, 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 #9E732F is Cyan = 0, Magento = 0.27, Yellow = 0.70 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 115 | 47 | - |
| CMYK | 0 | 0.27 | 0.70 | 0.38 |
| HSL | 36.76º | 0.54% | 0.4% | - |
| HSV(B) | 36.76º | 0.7% | 0.62% | - |
| XYZ | 20.74 | 19.74 | 5.41 | - |
| YUV | 120.11 | 86.75 | 155.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 115 | 47 | 0 | 0.27 | 0.70 | 0.38 | 36.76 | 0.54 | 0.4 |
| Hex | 9E | 73 | 2F | 0 | 1B | 46 | 26 | 25 | 36 | 28 |
| Octal | 236 | 163 | 57 | 0 | 33 | 106 | 46 | 45 | 66 | 50 |
| Binary | 10011110 | 1110011 | 101111 | 0 | 11011 | 1000110 | 100110 | 100101 | 110110 | 101000 |
Color Harmonies of #9E732F
Complementary color
Monochromatic Colors of #9E732F
Black with #9E732F
Text Example
Text Example
White with #9E732F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E732F; }
p { color: rgb(158,115,47); }
H1.HeaderClassName
{
color: #9E732F;
}
.AnyTagClassName
{
color: #9E732F;
}
</style>
background-color css
<style>
a { background-color: #9E732F; }
a { background-color: rgb(158,115,47); }
div.DivClassName
{
background-color: #9E732F;
}
.BgClassName
{
background-color: #9E732F;
}
</style>
border-color css
<style>
span { border-color: #9E732F; }
span { border-color: rgb(158,115,47); }
td.TdClassName
{
border-color: #9E732F;
}
.TagClassName
{
border-color: #9E732F;
}
</style>