Shades of Buttered Rum #9F743F
Tints of Buttered Rum #9F743F
RGB
CMYK
RGB Variations
Color information
#9F743F (or 0x9F743F) is known color: Buttered Rum. HEX triplet: 9F, 74 and 3F. RGB value is (159,116,63). Sum of RGB (Red+Green+Blue) = 159+116+63=338 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.04% from 338); Green value is 116 (45.70% from 255 or 34.32% from 338); Blue value is 63 (25% from 255 or 18.64% from 338); Max value from RGB is 159 - color contains mainly: red. Hex color #9F743F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F743F is #608BC0. Grayscale: #7B7B7B. Windows color (decimal): -6327233 or 4158623. OLE color: 4158623.
HSL color Cylindrical-coordinate representation of color #9F743F: hue angle of 33.12º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9F743F is Cyan = 0, Magento = 0.27, Yellow = 0.60 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 116 | 63 | - |
| CMYK | 0 | 0.27 | 0.60 | 0.38 |
| HSL | 33.13º | 0.43% | 0.44% | - |
| HSV(B) | 33.13º | 0.6% | 0.62% | - |
| XYZ | 21.44 | 20.22 | 7.48 | - |
| YUV | 122.82 | 94.25 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 116 | 63 | 0 | 0.27 | 0.60 | 0.38 | 33.13 | 0.43 | 0.44 |
| Hex | 9F | 74 | 3F | 0 | 1B | 3C | 26 | 21 | 2B | 2C |
| Octal | 237 | 164 | 77 | 0 | 33 | 74 | 46 | 41 | 53 | 54 |
| Binary | 10011111 | 1110100 | 111111 | 0 | 11011 | 111100 | 100110 | 100001 | 101011 | 101100 |
Color Harmonies of #9F743F
Complementary color
Monochromatic Colors of #9F743F
Black with #9F743F
Text Example
Text Example
White with #9F743F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F743F; }
p { color: rgb(159,116,63); }
H1.HeaderClassName
{
color: #9F743F;
}
.AnyTagClassName
{
color: #9F743F;
}
</style>
background-color css
<style>
a { background-color: #9F743F; }
a { background-color: rgb(159,116,63); }
div.DivClassName
{
background-color: #9F743F;
}
.BgClassName
{
background-color: #9F743F;
}
</style>
border-color css
<style>
span { border-color: #9F743F; }
span { border-color: rgb(159,116,63); }
td.TdClassName
{
border-color: #9F743F;
}
.TagClassName
{
border-color: #9F743F;
}
</style>