Shades of Buttered Rum #9D702F
Tints of Buttered Rum #9D702F
RGB
CMYK
RGB Variations
Color information
#9D702F (or 0x9D702F) is known color: Buttered Rum. HEX triplet: 9D, 70 and 2F. RGB value is (157,112,47). Sum of RGB (Red+Green+Blue) = 157+112+47=316 (41% of max value = 765). Red value is 157 (61.72% from 255 or 49.68% from 316); Green value is 112 (44.14% from 255 or 35.44% from 316); Blue value is 47 (18.75% from 255 or 14.87% from 316); Max value from RGB is 157 - color contains mainly: red. Hex color #9D702F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D702F is #628FD0. Grayscale: #767676. Windows color (decimal): -6459345 or 3109021. OLE color: 3109021.
HSL color Cylindrical-coordinate representation of color #9D702F: hue angle of 35.45º 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 #9D702F is Cyan = 0, Magento = 0.29, Yellow = 0.70 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 112 | 47 | - |
| CMYK | 0 | 0.29 | 0.70 | 0.38 |
| HSL | 35.45º | 0.54% | 0.4% | - |
| HSV(B) | 35.45º | 0.7% | 0.62% | - |
| XYZ | 20.21 | 18.96 | 5.28 | - |
| YUV | 118.05 | 87.91 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 112 | 47 | 0 | 0.29 | 0.70 | 0.38 | 35.45 | 0.54 | 0.4 |
| Hex | 9D | 70 | 2F | 0 | 1D | 46 | 26 | 23 | 36 | 28 |
| Octal | 235 | 160 | 57 | 0 | 35 | 106 | 46 | 43 | 66 | 50 |
| Binary | 10011101 | 1110000 | 101111 | 0 | 11101 | 1000110 | 100110 | 100011 | 110110 | 101000 |
Color Harmonies of #9D702F
Complementary color
Monochromatic Colors of #9D702F
Black with #9D702F
Text Example
Text Example
White with #9D702F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D702F; }
p { color: rgb(157,112,47); }
H1.HeaderClassName
{
color: #9D702F;
}
.AnyTagClassName
{
color: #9D702F;
}
</style>
background-color css
<style>
a { background-color: #9D702F; }
a { background-color: rgb(157,112,47); }
div.DivClassName
{
background-color: #9D702F;
}
.BgClassName
{
background-color: #9D702F;
}
</style>
border-color css
<style>
span { border-color: #9D702F; }
span { border-color: rgb(157,112,47); }
td.TdClassName
{
border-color: #9D702F;
}
.TagClassName
{
border-color: #9D702F;
}
</style>