Shades of Buttered Rum #9D7326
Tints of Buttered Rum #9D7326
RGB
CMYK
RGB Variations
Color information
#9D7326 (or 0x9D7326) is known color: Buttered Rum. HEX triplet: 9D, 73 and 26. RGB value is (157,115,38). Sum of RGB (Red+Green+Blue) = 157+115+38=310 (41% of max value = 765). Red value is 157 (61.72% from 255 or 50.65% from 310); Green value is 115 (45.31% from 255 or 37.10% from 310); Blue value is 38 (15.23% from 255 or 12.26% from 310); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7326 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D7326 is #628CD9. Grayscale: #777777. Windows color (decimal): -6458586 or 2519965. OLE color: 2519965.
HSL color Cylindrical-coordinate representation of color #9D7326: hue angle of 38.82º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9D7326 is Cyan = 0, Magento = 0.27, Yellow = 0.76 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 115 | 38 | - |
| CMYK | 0 | 0.27 | 0.76 | 0.38 |
| HSL | 38.82º | 0.61% | 0.38% | - |
| HSV(B) | 38.82º | 0.76% | 0.62% | - |
| XYZ | 20.39 | 19.57 | 4.54 | - |
| YUV | 118.78 | 82.41 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 115 | 38 | 0 | 0.27 | 0.76 | 0.38 | 38.82 | 0.61 | 0.38 |
| Hex | 9D | 73 | 26 | 0 | 1B | 4C | 26 | 27 | 3D | 26 |
| Octal | 235 | 163 | 46 | 0 | 33 | 114 | 46 | 47 | 75 | 46 |
| Binary | 10011101 | 1110011 | 100110 | 0 | 11011 | 1001100 | 100110 | 100111 | 111101 | 100110 |
Color Harmonies of #9D7326
Complementary color
Monochromatic Colors of #9D7326
Black with #9D7326
Text Example
Text Example
White with #9D7326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7326; }
p { color: rgb(157,115,38); }
H1.HeaderClassName
{
color: #9D7326;
}
.AnyTagClassName
{
color: #9D7326;
}
</style>
background-color css
<style>
a { background-color: #9D7326; }
a { background-color: rgb(157,115,38); }
div.DivClassName
{
background-color: #9D7326;
}
.BgClassName
{
background-color: #9D7326;
}
</style>
border-color css
<style>
span { border-color: #9D7326; }
span { border-color: rgb(157,115,38); }
td.TdClassName
{
border-color: #9D7326;
}
.TagClassName
{
border-color: #9D7326;
}
</style>