Shades of Buttered Rum #9F702D
Tints of Buttered Rum #9F702D
RGB
CMYK
RGB Variations
Color information
#9F702D (or 0x9F702D) is known color: Buttered Rum. HEX triplet: 9F, 70 and 2D. RGB value is (159,112,45). Sum of RGB (Red+Green+Blue) = 159+112+45=316 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.32% from 316); Green value is 112 (44.14% from 255 or 35.44% from 316); Blue value is 45 (17.97% from 255 or 14.24% from 316); Max value from RGB is 159 - color contains mainly: red. Hex color #9F702D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F702D is #608FD2. Grayscale: #767676. Windows color (decimal): -6328275 or 2977951. OLE color: 2977951.
HSL color Cylindrical-coordinate representation of color #9F702D: hue angle of 35.26º 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 #9F702D is Cyan = 0, Magento = 0.30, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 112 | 45 | - |
| CMYK | 0 | 0.30 | 0.72 | 0.38 |
| HSL | 35.26º | 0.56% | 0.4% | - |
| HSV(B) | 35.26º | 0.72% | 0.62% | - |
| XYZ | 20.57 | 19.15 | 5.09 | - |
| YUV | 118.42 | 86.57 | 156.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 112 | 45 | 0 | 0.30 | 0.72 | 0.38 | 35.26 | 0.56 | 0.4 |
| Hex | 9F | 70 | 2D | 0 | 1E | 48 | 26 | 23 | 38 | 28 |
| Octal | 237 | 160 | 55 | 0 | 36 | 110 | 46 | 43 | 70 | 50 |
| Binary | 10011111 | 1110000 | 101101 | 0 | 11110 | 1001000 | 100110 | 100011 | 111000 | 101000 |
Color Harmonies of #9F702D
Complementary color
Monochromatic Colors of #9F702D
Black with #9F702D
Text Example
Text Example
White with #9F702D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F702D; }
p { color: rgb(159,112,45); }
H1.HeaderClassName
{
color: #9F702D;
}
.AnyTagClassName
{
color: #9F702D;
}
</style>
background-color css
<style>
a { background-color: #9F702D; }
a { background-color: rgb(159,112,45); }
div.DivClassName
{
background-color: #9F702D;
}
.BgClassName
{
background-color: #9F702D;
}
</style>
border-color css
<style>
span { border-color: #9F702D; }
span { border-color: rgb(159,112,45); }
td.TdClassName
{
border-color: #9F702D;
}
.TagClassName
{
border-color: #9F702D;
}
</style>