Shades of Buttered Rum #9F762A
Tints of Buttered Rum #9F762A
RGB
CMYK
RGB Variations
Color information
#9F762A (or 0x9F762A) is known color: Buttered Rum. HEX triplet: 9F, 76 and 2A. RGB value is (159,118,42). Sum of RGB (Red+Green+Blue) = 159+118+42=319 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.84% from 319); Green value is 118 (46.48% from 255 or 36.99% from 319); Blue value is 42 (16.80% from 255 or 13.17% from 319); Max value from RGB is 159 - color contains mainly: red. Hex color #9F762A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F762A is #6089D5. Grayscale: #797979. Windows color (decimal): -6326742 or 2782879. OLE color: 2782879.
HSL color Cylindrical-coordinate representation of color #9F762A: hue angle of 38.97º 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 #9F762A is Cyan = 0, Magento = 0.26, Yellow = 0.74 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 118 | 42 | - |
| CMYK | 0 | 0.26 | 0.74 | 0.38 |
| HSL | 38.97º | 0.58% | 0.39% | - |
| HSV(B) | 38.97º | 0.74% | 0.62% | - |
| XYZ | 21.19 | 20.49 | 5.03 | - |
| YUV | 121.6 | 83.08 | 154.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 118 | 42 | 0 | 0.26 | 0.74 | 0.38 | 38.97 | 0.58 | 0.39 |
| Hex | 9F | 76 | 2A | 0 | 1A | 4A | 26 | 27 | 3A | 27 |
| Octal | 237 | 166 | 52 | 0 | 32 | 112 | 46 | 47 | 72 | 47 |
| Binary | 10011111 | 1110110 | 101010 | 0 | 11010 | 1001010 | 100110 | 100111 | 111010 | 100111 |
Color Harmonies of #9F762A
Complementary color
Monochromatic Colors of #9F762A
Black with #9F762A
Text Example
Text Example
White with #9F762A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F762A; }
p { color: rgb(159,118,42); }
H1.HeaderClassName
{
color: #9F762A;
}
.AnyTagClassName
{
color: #9F762A;
}
</style>
background-color css
<style>
a { background-color: #9F762A; }
a { background-color: rgb(159,118,42); }
div.DivClassName
{
background-color: #9F762A;
}
.BgClassName
{
background-color: #9F762A;
}
</style>
border-color css
<style>
span { border-color: #9F762A; }
span { border-color: rgb(159,118,42); }
td.TdClassName
{
border-color: #9F762A;
}
.TagClassName
{
border-color: #9F762A;
}
</style>