Shades of Buttered Rum #9E7539
Tints of Buttered Rum #9E7539
RGB
CMYK
RGB Variations
Color information
#9E7539 (or 0x9E7539) is known color: Buttered Rum. HEX triplet: 9E, 75 and 39. RGB value is (158,117,57). Sum of RGB (Red+Green+Blue) = 158+117+57=332 (43% of max value = 765). Red value is 158 (62.11% from 255 or 47.59% from 332); Green value is 117 (46.09% from 255 or 35.24% from 332); Blue value is 57 (22.66% from 255 or 17.17% from 332); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7539 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E7539 is #618AC6. Grayscale: #7A7A7A. Windows color (decimal): -6392519 or 3765662. OLE color: 3765662.
HSL color Cylindrical-coordinate representation of color #9E7539: hue angle of 35.64º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9E7539 is Cyan = 0, Magento = 0.26, Yellow = 0.64 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 117 | 57 | - |
| CMYK | 0 | 0.26 | 0.64 | 0.38 |
| HSL | 35.64º | 0.47% | 0.42% | - |
| HSV(B) | 35.64º | 0.64% | 0.62% | - |
| XYZ | 21.2 | 20.29 | 6.67 | - |
| YUV | 122.42 | 91.08 | 153.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 117 | 57 | 0 | 0.26 | 0.64 | 0.38 | 35.64 | 0.47 | 0.42 |
| Hex | 9E | 75 | 39 | 0 | 1A | 40 | 26 | 24 | 2F | 2A |
| Octal | 236 | 165 | 71 | 0 | 32 | 100 | 46 | 44 | 57 | 52 |
| Binary | 10011110 | 1110101 | 111001 | 0 | 11010 | 1000000 | 100110 | 100100 | 101111 | 101010 |
Color Harmonies of #9E7539
Complementary color
Monochromatic Colors of #9E7539
Black with #9E7539
Text Example
Text Example
White with #9E7539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7539; }
p { color: rgb(158,117,57); }
H1.HeaderClassName
{
color: #9E7539;
}
.AnyTagClassName
{
color: #9E7539;
}
</style>
background-color css
<style>
a { background-color: #9E7539; }
a { background-color: rgb(158,117,57); }
div.DivClassName
{
background-color: #9E7539;
}
.BgClassName
{
background-color: #9E7539;
}
</style>
border-color css
<style>
span { border-color: #9E7539; }
span { border-color: rgb(158,117,57); }
td.TdClassName
{
border-color: #9E7539;
}
.TagClassName
{
border-color: #9E7539;
}
</style>