Shades of Buttered Rum #9F7438
Tints of Buttered Rum #9F7438
RGB
CMYK
RGB Variations
Color information
#9F7438 (or 0x9F7438) is known color: Buttered Rum. HEX triplet: 9F, 74 and 38. RGB value is (159,116,56). Sum of RGB (Red+Green+Blue) = 159+116+56=331 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.04% from 331); Green value is 116 (45.70% from 255 or 35.05% from 331); Blue value is 56 (22.27% from 255 or 16.92% from 331); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7438 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F7438 is #608BC7. Grayscale: #7A7A7A. Windows color (decimal): -6327240 or 3699871. OLE color: 3699871.
HSL color Cylindrical-coordinate representation of color #9F7438: hue angle of 34.95º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9F7438 is Cyan = 0, Magento = 0.27, Yellow = 0.65 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 116 | 56 | - |
| CMYK | 0 | 0.27 | 0.65 | 0.38 |
| HSL | 34.95º | 0.48% | 0.42% | - |
| HSV(B) | 34.95º | 0.65% | 0.62% | - |
| XYZ | 21.26 | 20.15 | 6.51 | - |
| YUV | 122.02 | 90.75 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 116 | 56 | 0 | 0.27 | 0.65 | 0.38 | 34.95 | 0.48 | 0.42 |
| Hex | 9F | 74 | 38 | 0 | 1B | 41 | 26 | 23 | 30 | 2A |
| Octal | 237 | 164 | 70 | 0 | 33 | 101 | 46 | 43 | 60 | 52 |
| Binary | 10011111 | 1110100 | 111000 | 0 | 11011 | 1000001 | 100110 | 100011 | 110000 | 101010 |
Color Harmonies of #9F7438
Complementary color
Monochromatic Colors of #9F7438
Black with #9F7438
Text Example
Text Example
White with #9F7438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7438; }
p { color: rgb(159,116,56); }
H1.HeaderClassName
{
color: #9F7438;
}
.AnyTagClassName
{
color: #9F7438;
}
</style>
background-color css
<style>
a { background-color: #9F7438; }
a { background-color: rgb(159,116,56); }
div.DivClassName
{
background-color: #9F7438;
}
.BgClassName
{
background-color: #9F7438;
}
</style>
border-color css
<style>
span { border-color: #9F7438; }
span { border-color: rgb(159,116,56); }
td.TdClassName
{
border-color: #9F7438;
}
.TagClassName
{
border-color: #9F7438;
}
</style>