Shades of Buttered Rum #9F702A
Tints of Buttered Rum #9F702A
RGB
CMYK
RGB Variations
Color information
#9F702A (or 0x9F702A) is known color: Buttered Rum. HEX triplet: 9F, 70 and 2A. RGB value is (159,112,42). Sum of RGB (Red+Green+Blue) = 159+112+42=313 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.80% from 313); Green value is 112 (44.14% from 255 or 35.78% from 313); Blue value is 42 (16.80% from 255 or 13.42% from 313); Max value from RGB is 159 - color contains mainly: red. Hex color #9F702A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F702A is #608FD5. Grayscale: #767676. Windows color (decimal): -6328278 or 2781343. OLE color: 2781343.
HSL color Cylindrical-coordinate representation of color #9F702A: hue angle of 35.9º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9F702A is Cyan = 0, Magento = 0.30, Yellow = 0.74 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 112 | 42 | - |
| CMYK | 0 | 0.30 | 0.74 | 0.38 |
| HSL | 35.9º | 0.58% | 0.39% | - |
| HSV(B) | 35.9º | 0.74% | 0.62% | - |
| XYZ | 20.51 | 19.13 | 4.8 | - |
| YUV | 118.07 | 85.07 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 112 | 42 | 0 | 0.30 | 0.74 | 0.38 | 35.9 | 0.58 | 0.39 |
| Hex | 9F | 70 | 2A | 0 | 1E | 4A | 26 | 24 | 3A | 27 |
| Octal | 237 | 160 | 52 | 0 | 36 | 112 | 46 | 44 | 72 | 47 |
| Binary | 10011111 | 1110000 | 101010 | 0 | 11110 | 1001010 | 100110 | 100100 | 111010 | 100111 |
Color Harmonies of #9F702A
Complementary color
Monochromatic Colors of #9F702A
Black with #9F702A
Text Example
Text Example
White with #9F702A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F702A; }
p { color: rgb(159,112,42); }
H1.HeaderClassName
{
color: #9F702A;
}
.AnyTagClassName
{
color: #9F702A;
}
</style>
background-color css
<style>
a { background-color: #9F702A; }
a { background-color: rgb(159,112,42); }
div.DivClassName
{
background-color: #9F702A;
}
.BgClassName
{
background-color: #9F702A;
}
</style>
border-color css
<style>
span { border-color: #9F702A; }
span { border-color: rgb(159,112,42); }
td.TdClassName
{
border-color: #9F702A;
}
.TagClassName
{
border-color: #9F702A;
}
</style>