Shades of Buttered Rum #9F722A
Tints of Buttered Rum #9F722A
RGB
CMYK
RGB Variations
Color information
#9F722A (or 0x9F722A) is known color: Buttered Rum. HEX triplet: 9F, 72 and 2A. RGB value is (159,114,42). Sum of RGB (Red+Green+Blue) = 159+114+42=315 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.48% from 315); Green value is 114 (44.92% from 255 or 36.19% from 315); Blue value is 42 (16.80% from 255 or 13.33% from 315); Max value from RGB is 159 - color contains mainly: red. Hex color #9F722A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F722A is #608DD5. Grayscale: #777777. Windows color (decimal): -6327766 or 2781855. OLE color: 2781855.
HSL color Cylindrical-coordinate representation of color #9F722A: hue angle of 36.92º 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 #9F722A is Cyan = 0, Magento = 0.28, Yellow = 0.74 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 114 | 42 | - |
| CMYK | 0 | 0.28 | 0.74 | 0.38 |
| HSL | 36.92º | 0.58% | 0.39% | - |
| HSV(B) | 36.92º | 0.74% | 0.62% | - |
| XYZ | 20.73 | 19.57 | 4.88 | - |
| YUV | 119.25 | 84.41 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 114 | 42 | 0 | 0.28 | 0.74 | 0.38 | 36.92 | 0.58 | 0.39 |
| Hex | 9F | 72 | 2A | 0 | 1C | 4A | 26 | 25 | 3A | 27 |
| Octal | 237 | 162 | 52 | 0 | 34 | 112 | 46 | 45 | 72 | 47 |
| Binary | 10011111 | 1110010 | 101010 | 0 | 11100 | 1001010 | 100110 | 100101 | 111010 | 100111 |
Color Harmonies of #9F722A
Complementary color
Monochromatic Colors of #9F722A
Black with #9F722A
Text Example
Text Example
White with #9F722A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F722A; }
p { color: rgb(159,114,42); }
H1.HeaderClassName
{
color: #9F722A;
}
.AnyTagClassName
{
color: #9F722A;
}
</style>
background-color css
<style>
a { background-color: #9F722A; }
a { background-color: rgb(159,114,42); }
div.DivClassName
{
background-color: #9F722A;
}
.BgClassName
{
background-color: #9F722A;
}
</style>
border-color css
<style>
span { border-color: #9F722A; }
span { border-color: rgb(159,114,42); }
td.TdClassName
{
border-color: #9F722A;
}
.TagClassName
{
border-color: #9F722A;
}
</style>