Shades of Buttered Rum #9E7731
Tints of Buttered Rum #9E7731
RGB
CMYK
RGB Variations
Color information
#9E7731 (or 0x9E7731) is known color: Buttered Rum. HEX triplet: 9E, 77 and 31. RGB value is (158,119,49). Sum of RGB (Red+Green+Blue) = 158+119+49=326 (43% of max value = 765). Red value is 158 (62.11% from 255 or 48.47% from 326); Green value is 119 (46.88% from 255 or 36.50% from 326); Blue value is 49 (19.53% from 255 or 15.03% from 326); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7731 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E7731 is #6188CE. Grayscale: #7A7A7A. Windows color (decimal): -6392015 or 3241886. OLE color: 3241886.
HSL color Cylindrical-coordinate representation of color #9E7731: hue angle of 38.53º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9E7731 is Cyan = 0, Magento = 0.25, Yellow = 0.69 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 119 | 49 | - |
| CMYK | 0 | 0.25 | 0.69 | 0.38 |
| HSL | 38.53º | 0.53% | 0.41% | - |
| HSV(B) | 38.53º | 0.69% | 0.62% | - |
| XYZ | 21.25 | 20.68 | 5.78 | - |
| YUV | 122.68 | 86.42 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 119 | 49 | 0 | 0.25 | 0.69 | 0.38 | 38.53 | 0.53 | 0.41 |
| Hex | 9E | 77 | 31 | 0 | 19 | 45 | 26 | 27 | 35 | 29 |
| Octal | 236 | 167 | 61 | 0 | 31 | 105 | 46 | 47 | 65 | 51 |
| Binary | 10011110 | 1110111 | 110001 | 0 | 11001 | 1000101 | 100110 | 100111 | 110101 | 101001 |
Color Harmonies of #9E7731
Complementary color
Monochromatic Colors of #9E7731
Black with #9E7731
Text Example
Text Example
White with #9E7731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7731; }
p { color: rgb(158,119,49); }
H1.HeaderClassName
{
color: #9E7731;
}
.AnyTagClassName
{
color: #9E7731;
}
</style>
background-color css
<style>
a { background-color: #9E7731; }
a { background-color: rgb(158,119,49); }
div.DivClassName
{
background-color: #9E7731;
}
.BgClassName
{
background-color: #9E7731;
}
</style>
border-color css
<style>
span { border-color: #9E7731; }
span { border-color: rgb(158,119,49); }
td.TdClassName
{
border-color: #9E7731;
}
.TagClassName
{
border-color: #9E7731;
}
</style>