Shades of Buttered Rum #9F7535
Tints of Buttered Rum #9F7535
RGB
CMYK
RGB Variations
Color information
#9F7535 (or 0x9F7535) is known color: Buttered Rum. HEX triplet: 9F, 75 and 35. RGB value is (159,117,53). Sum of RGB (Red+Green+Blue) = 159+117+53=329 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.33% from 329); Green value is 117 (46.09% from 255 or 35.56% from 329); Blue value is 53 (21.09% from 255 or 16.11% from 329); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7535 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F7535 is #608ACA. Grayscale: #7A7A7A. Windows color (decimal): -6326987 or 3503519. OLE color: 3503519.
HSL color Cylindrical-coordinate representation of color #9F7535: hue angle of 36.23º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9F7535 is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 117 | 53 | - |
| CMYK | 0 | 0.26 | 0.67 | 0.38 |
| HSL | 36.23º | 0.5% | 0.42% | - |
| HSV(B) | 36.23º | 0.67% | 0.62% | - |
| XYZ | 21.3 | 20.35 | 6.17 | - |
| YUV | 122.26 | 88.91 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 117 | 53 | 0 | 0.26 | 0.67 | 0.38 | 36.23 | 0.5 | 0.42 |
| Hex | 9F | 75 | 35 | 0 | 1A | 43 | 26 | 24 | 32 | 2A |
| Octal | 237 | 165 | 65 | 0 | 32 | 103 | 46 | 44 | 62 | 52 |
| Binary | 10011111 | 1110101 | 110101 | 0 | 11010 | 1000011 | 100110 | 100100 | 110010 | 101010 |
Color Harmonies of #9F7535
Complementary color
Monochromatic Colors of #9F7535
Black with #9F7535
Text Example
Text Example
White with #9F7535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7535; }
p { color: rgb(159,117,53); }
H1.HeaderClassName
{
color: #9F7535;
}
.AnyTagClassName
{
color: #9F7535;
}
</style>
background-color css
<style>
a { background-color: #9F7535; }
a { background-color: rgb(159,117,53); }
div.DivClassName
{
background-color: #9F7535;
}
.BgClassName
{
background-color: #9F7535;
}
</style>
border-color css
<style>
span { border-color: #9F7535; }
span { border-color: rgb(159,117,53); }
td.TdClassName
{
border-color: #9F7535;
}
.TagClassName
{
border-color: #9F7535;
}
</style>