Shades of Buttered Rum #9F7526
Tints of Buttered Rum #9F7526
RGB
CMYK
RGB Variations
Color information
#9F7526 (or 0x9F7526) is known color: Buttered Rum. HEX triplet: 9F, 75 and 26. RGB value is (159,117,38). Sum of RGB (Red+Green+Blue) = 159+117+38=314 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.64% from 314); Green value is 117 (46.09% from 255 or 37.26% from 314); Blue value is 38 (15.23% from 255 or 12.10% from 314); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7526 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F7526 is #608AD9. Grayscale: #787878. Windows color (decimal): -6327002 or 2520479. OLE color: 2520479.
HSL color Cylindrical-coordinate representation of color #9F7526: hue angle of 39.17º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9F7526 is Cyan = 0, Magento = 0.26, Yellow = 0.76 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 117 | 38 | - |
| CMYK | 0 | 0.26 | 0.76 | 0.38 |
| HSL | 39.17º | 0.61% | 0.39% | - |
| HSV(B) | 39.17º | 0.76% | 0.62% | - |
| XYZ | 21.01 | 20.23 | 4.63 | - |
| YUV | 120.55 | 81.41 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 117 | 38 | 0 | 0.26 | 0.76 | 0.38 | 39.17 | 0.61 | 0.39 |
| Hex | 9F | 75 | 26 | 0 | 1A | 4C | 26 | 27 | 3D | 27 |
| Octal | 237 | 165 | 46 | 0 | 32 | 114 | 46 | 47 | 75 | 47 |
| Binary | 10011111 | 1110101 | 100110 | 0 | 11010 | 1001100 | 100110 | 100111 | 111101 | 100111 |
Color Harmonies of #9F7526
Complementary color
Monochromatic Colors of #9F7526
Black with #9F7526
Text Example
Text Example
White with #9F7526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7526; }
p { color: rgb(159,117,38); }
H1.HeaderClassName
{
color: #9F7526;
}
.AnyTagClassName
{
color: #9F7526;
}
</style>
background-color css
<style>
a { background-color: #9F7526; }
a { background-color: rgb(159,117,38); }
div.DivClassName
{
background-color: #9F7526;
}
.BgClassName
{
background-color: #9F7526;
}
</style>
border-color css
<style>
span { border-color: #9F7526; }
span { border-color: rgb(159,117,38); }
td.TdClassName
{
border-color: #9F7526;
}
.TagClassName
{
border-color: #9F7526;
}
</style>