Shades of Buttered Rum #9E702C
Tints of Buttered Rum #9E702C
RGB
CMYK
RGB Variations
Color information
#9E702C (or 0x9E702C) is known color: Buttered Rum. HEX triplet: 9E, 70 and 2C. RGB value is (158,112,44). Sum of RGB (Red+Green+Blue) = 158+112+44=314 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.32% from 314); Green value is 112 (44.14% from 255 or 35.67% from 314); Blue value is 44 (17.58% from 255 or 14.01% from 314); Max value from RGB is 158 - color contains mainly: red. Hex color #9E702C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E702C is #618FD3. Grayscale: #767676. Windows color (decimal): -6393812 or 2912414. OLE color: 2912414.
HSL color Cylindrical-coordinate representation of color #9E702C: hue angle of 35.79º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9E702C is Cyan = 0, Magento = 0.29, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 112 | 44 | - |
| CMYK | 0 | 0.29 | 0.72 | 0.38 |
| HSL | 35.79º | 0.56% | 0.4% | - |
| HSV(B) | 35.79º | 0.72% | 0.62% | - |
| XYZ | 20.35 | 19.04 | 4.99 | - |
| YUV | 118 | 86.24 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 112 | 44 | 0 | 0.29 | 0.72 | 0.38 | 35.79 | 0.56 | 0.4 |
| Hex | 9E | 70 | 2C | 0 | 1D | 48 | 26 | 24 | 38 | 28 |
| Octal | 236 | 160 | 54 | 0 | 35 | 110 | 46 | 44 | 70 | 50 |
| Binary | 10011110 | 1110000 | 101100 | 0 | 11101 | 1001000 | 100110 | 100100 | 111000 | 101000 |
Color Harmonies of #9E702C
Complementary color
Monochromatic Colors of #9E702C
Black with #9E702C
Text Example
Text Example
White with #9E702C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E702C; }
p { color: rgb(158,112,44); }
H1.HeaderClassName
{
color: #9E702C;
}
.AnyTagClassName
{
color: #9E702C;
}
</style>
background-color css
<style>
a { background-color: #9E702C; }
a { background-color: rgb(158,112,44); }
div.DivClassName
{
background-color: #9E702C;
}
.BgClassName
{
background-color: #9E702C;
}
</style>
border-color css
<style>
span { border-color: #9E702C; }
span { border-color: rgb(158,112,44); }
td.TdClassName
{
border-color: #9E702C;
}
.TagClassName
{
border-color: #9E702C;
}
</style>