Shades of Buttered Rum #9E7325
Tints of Buttered Rum #9E7325
RGB
CMYK
RGB Variations
Color information
#9E7325 (or 0x9E7325) is known color: Buttered Rum. HEX triplet: 9E, 73 and 25. RGB value is (158,115,37). Sum of RGB (Red+Green+Blue) = 158+115+37=310 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.97% from 310); Green value is 115 (45.31% from 255 or 37.10% from 310); Blue value is 37 (14.84% from 255 or 11.94% from 310); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7325 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E7325 is #618CDA. Grayscale: #777777. Windows color (decimal): -6393051 or 2454430. OLE color: 2454430.
HSL color Cylindrical-coordinate representation of color #9E7325: hue angle of 38.68º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9E7325 is Cyan = 0, Magento = 0.27, Yellow = 0.77 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 115 | 37 | - |
| CMYK | 0 | 0.27 | 0.77 | 0.38 |
| HSL | 38.68º | 0.62% | 0.38% | - |
| HSV(B) | 38.68º | 0.77% | 0.62% | - |
| XYZ | 20.57 | 19.66 | 4.46 | - |
| YUV | 118.97 | 81.75 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 115 | 37 | 0 | 0.27 | 0.77 | 0.38 | 38.68 | 0.62 | 0.38 |
| Hex | 9E | 73 | 25 | 0 | 1B | 4D | 26 | 27 | 3E | 26 |
| Octal | 236 | 163 | 45 | 0 | 33 | 115 | 46 | 47 | 76 | 46 |
| Binary | 10011110 | 1110011 | 100101 | 0 | 11011 | 1001101 | 100110 | 100111 | 111110 | 100110 |
Color Harmonies of #9E7325
Complementary color
Monochromatic Colors of #9E7325
Black with #9E7325
Text Example
Text Example
White with #9E7325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7325; }
p { color: rgb(158,115,37); }
H1.HeaderClassName
{
color: #9E7325;
}
.AnyTagClassName
{
color: #9E7325;
}
</style>
background-color css
<style>
a { background-color: #9E7325; }
a { background-color: rgb(158,115,37); }
div.DivClassName
{
background-color: #9E7325;
}
.BgClassName
{
background-color: #9E7325;
}
</style>
border-color css
<style>
span { border-color: #9E7325; }
span { border-color: rgb(158,115,37); }
td.TdClassName
{
border-color: #9E7325;
}
.TagClassName
{
border-color: #9E7325;
}
</style>