Shades of Buttered Rum #9E742F
Tints of Buttered Rum #9E742F
RGB
CMYK
RGB Variations
Color information
#9E742F (or 0x9E742F) is known color: Buttered Rum. HEX triplet: 9E, 74 and 2F. RGB value is (158,116,47). Sum of RGB (Red+Green+Blue) = 158+116+47=321 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.22% from 321); Green value is 116 (45.70% from 255 or 36.14% from 321); Blue value is 47 (18.75% from 255 or 14.64% from 321); Max value from RGB is 158 - color contains mainly: red. Hex color #9E742F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E742F is #618BD0. Grayscale: #797979. Windows color (decimal): -6392785 or 3110046. OLE color: 3110046.
HSL color Cylindrical-coordinate representation of color #9E742F: hue angle of 37.3º 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 #9E742F is Cyan = 0, Magento = 0.27, Yellow = 0.70 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 116 | 47 | - |
| CMYK | 0 | 0.27 | 0.70 | 0.38 |
| HSL | 37.3º | 0.54% | 0.4% | - |
| HSV(B) | 37.3º | 0.7% | 0.62% | - |
| XYZ | 20.86 | 19.97 | 5.44 | - |
| YUV | 120.69 | 86.41 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 116 | 47 | 0 | 0.27 | 0.70 | 0.38 | 37.3 | 0.54 | 0.4 |
| Hex | 9E | 74 | 2F | 0 | 1B | 46 | 26 | 25 | 36 | 28 |
| Octal | 236 | 164 | 57 | 0 | 33 | 106 | 46 | 45 | 66 | 50 |
| Binary | 10011110 | 1110100 | 101111 | 0 | 11011 | 1000110 | 100110 | 100101 | 110110 | 101000 |
Color Harmonies of #9E742F
Complementary color
Monochromatic Colors of #9E742F
Black with #9E742F
Text Example
Text Example
White with #9E742F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E742F; }
p { color: rgb(158,116,47); }
H1.HeaderClassName
{
color: #9E742F;
}
.AnyTagClassName
{
color: #9E742F;
}
</style>
background-color css
<style>
a { background-color: #9E742F; }
a { background-color: rgb(158,116,47); }
div.DivClassName
{
background-color: #9E742F;
}
.BgClassName
{
background-color: #9E742F;
}
</style>
border-color css
<style>
span { border-color: #9E742F; }
span { border-color: rgb(158,116,47); }
td.TdClassName
{
border-color: #9E742F;
}
.TagClassName
{
border-color: #9E742F;
}
</style>