Shades of Buttered Rum #9D7D32
Tints of Buttered Rum #9D7D32
RGB
CMYK
RGB Variations
Color information
#9D7D32 (or 0x9D7D32) is known color: Buttered Rum. HEX triplet: 9D, 7D and 32. RGB value is (157,125,50). Sum of RGB (Red+Green+Blue) = 157+125+50=332 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.29% from 332); Green value is 125 (49.22% from 255 or 37.65% from 332); Blue value is 50 (19.92% from 255 or 15.06% from 332); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7D32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D7D32 is #6282CD. Grayscale: #7E7E7E. Windows color (decimal): -6456014 or 3308957. OLE color: 3308957.
HSL color Cylindrical-coordinate representation of color #9D7D32: hue angle of 42.06º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9D7D32 is Cyan = 0, Magento = 0.20, Yellow = 0.68 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 125 | 50 | - |
| CMYK | 0 | 0.20 | 0.68 | 0.38 |
| HSL | 42.06º | 0.52% | 0.41% | - |
| HSV(B) | 42.06º | 0.68% | 0.62% | - |
| XYZ | 21.81 | 22.07 | 6.13 | - |
| YUV | 126.02 | 85.1 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 125 | 50 | 0 | 0.20 | 0.68 | 0.38 | 42.06 | 0.52 | 0.41 |
| Hex | 9D | 7D | 32 | 0 | 14 | 44 | 26 | 2A | 34 | 29 |
| Octal | 235 | 175 | 62 | 0 | 24 | 104 | 46 | 52 | 64 | 51 |
| Binary | 10011101 | 1111101 | 110010 | 0 | 10100 | 1000100 | 100110 | 101010 | 110100 | 101001 |
Color Harmonies of #9D7D32
Complementary color
Monochromatic Colors of #9D7D32
Black with #9D7D32
Text Example
Text Example
White with #9D7D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7D32; }
p { color: rgb(157,125,50); }
H1.HeaderClassName
{
color: #9D7D32;
}
.AnyTagClassName
{
color: #9D7D32;
}
</style>
background-color css
<style>
a { background-color: #9D7D32; }
a { background-color: rgb(157,125,50); }
div.DivClassName
{
background-color: #9D7D32;
}
.BgClassName
{
background-color: #9D7D32;
}
</style>
border-color css
<style>
span { border-color: #9D7D32; }
span { border-color: rgb(157,125,50); }
td.TdClassName
{
border-color: #9D7D32;
}
.TagClassName
{
border-color: #9D7D32;
}
</style>