Shades of Buttered Rum #9D792D
Tints of Buttered Rum #9D792D
RGB
CMYK
RGB Variations
Color information
#9D792D (or 0x9D792D) is known color: Buttered Rum. HEX triplet: 9D, 79 and 2D. RGB value is (157,121,45). Sum of RGB (Red+Green+Blue) = 157+121+45=323 (42% of max value = 765). Red value is 157 (61.72% from 255 or 48.61% from 323); Green value is 121 (47.66% from 255 or 37.46% from 323); Blue value is 45 (17.97% from 255 or 13.93% from 323); Max value from RGB is 157 - color contains mainly: red. Hex color #9D792D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D792D is #6286D2. Grayscale: #7B7B7B. Windows color (decimal): -6457043 or 2980253. OLE color: 2980253.
HSL color Cylindrical-coordinate representation of color #9D792D: hue angle of 40.71º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9D792D is Cyan = 0, Magento = 0.23, Yellow = 0.71 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 121 | 45 | - |
| CMYK | 0 | 0.23 | 0.71 | 0.38 |
| HSL | 40.71º | 0.55% | 0.4% | - |
| HSV(B) | 40.71º | 0.71% | 0.62% | - |
| XYZ | 21.22 | 21.03 | 5.42 | - |
| YUV | 123.1 | 83.93 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 121 | 45 | 0 | 0.23 | 0.71 | 0.38 | 40.71 | 0.55 | 0.4 |
| Hex | 9D | 79 | 2D | 0 | 17 | 47 | 26 | 29 | 37 | 28 |
| Octal | 235 | 171 | 55 | 0 | 27 | 107 | 46 | 51 | 67 | 50 |
| Binary | 10011101 | 1111001 | 101101 | 0 | 10111 | 1000111 | 100110 | 101001 | 110111 | 101000 |
Color Harmonies of #9D792D
Complementary color
Monochromatic Colors of #9D792D
Black with #9D792D
Text Example
Text Example
White with #9D792D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D792D; }
p { color: rgb(157,121,45); }
H1.HeaderClassName
{
color: #9D792D;
}
.AnyTagClassName
{
color: #9D792D;
}
</style>
background-color css
<style>
a { background-color: #9D792D; }
a { background-color: rgb(157,121,45); }
div.DivClassName
{
background-color: #9D792D;
}
.BgClassName
{
background-color: #9D792D;
}
</style>
border-color css
<style>
span { border-color: #9D792D; }
span { border-color: rgb(157,121,45); }
td.TdClassName
{
border-color: #9D792D;
}
.TagClassName
{
border-color: #9D792D;
}
</style>