Shades of Buttered Rum #9F752A
Tints of Buttered Rum #9F752A
RGB
CMYK
RGB Variations
Color information
#9F752A (or 0x9F752A) is known color: Buttered Rum. HEX triplet: 9F, 75 and 2A. RGB value is (159,117,42). Sum of RGB (Red+Green+Blue) = 159+117+42=318 (42% of max value = 765). Red value is 159 (62.5% from 255 or 50% from 318); Green value is 117 (46.09% from 255 or 36.79% from 318); Blue value is 42 (16.80% from 255 or 13.21% from 318); Max value from RGB is 159 - color contains mainly: red. Hex color #9F752A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F752A is #608AD5. Grayscale: #797979. Windows color (decimal): -6326998 or 2782623. OLE color: 2782623.
HSL color Cylindrical-coordinate representation of color #9F752A: hue angle of 38.46º 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 #9F752A is Cyan = 0, Magento = 0.26, Yellow = 0.74 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 117 | 42 | - |
| CMYK | 0 | 0.26 | 0.74 | 0.38 |
| HSL | 38.46º | 0.58% | 0.39% | - |
| HSV(B) | 38.46º | 0.74% | 0.62% | - |
| XYZ | 21.08 | 20.26 | 4.99 | - |
| YUV | 121.01 | 83.41 | 155.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 117 | 42 | 0 | 0.26 | 0.74 | 0.38 | 38.46 | 0.58 | 0.39 |
| Hex | 9F | 75 | 2A | 0 | 1A | 4A | 26 | 26 | 3A | 27 |
| Octal | 237 | 165 | 52 | 0 | 32 | 112 | 46 | 46 | 72 | 47 |
| Binary | 10011111 | 1110101 | 101010 | 0 | 11010 | 1001010 | 100110 | 100110 | 111010 | 100111 |
Color Harmonies of #9F752A
Complementary color
Monochromatic Colors of #9F752A
Black with #9F752A
Text Example
Text Example
White with #9F752A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F752A; }
p { color: rgb(159,117,42); }
H1.HeaderClassName
{
color: #9F752A;
}
.AnyTagClassName
{
color: #9F752A;
}
</style>
background-color css
<style>
a { background-color: #9F752A; }
a { background-color: rgb(159,117,42); }
div.DivClassName
{
background-color: #9F752A;
}
.BgClassName
{
background-color: #9F752A;
}
</style>
border-color css
<style>
span { border-color: #9F752A; }
span { border-color: rgb(159,117,42); }
td.TdClassName
{
border-color: #9F752A;
}
.TagClassName
{
border-color: #9F752A;
}
</style>