Shades of Buttered Rum #9D7C35
Tints of Buttered Rum #9D7C35
RGB
CMYK
RGB Variations
Color information
#9D7C35 (or 0x9D7C35) is known color: Buttered Rum. HEX triplet: 9D, 7C and 35. RGB value is (157,124,53). Sum of RGB (Red+Green+Blue) = 157+124+53=334 (44% of max value = 765). Red value is 157 (61.72% from 255 or 47.01% from 334); Green value is 124 (48.83% from 255 or 37.13% from 334); Blue value is 53 (21.09% from 255 or 15.87% from 334); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7C35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D7C35 is #6283CA. Grayscale: #7E7E7E. Windows color (decimal): -6456267 or 3505309. OLE color: 3505309.
HSL color Cylindrical-coordinate representation of color #9D7C35: hue angle of 40.96º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9D7C35 is Cyan = 0, Magento = 0.21, Yellow = 0.66 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 124 | 53 | - |
| CMYK | 0 | 0.21 | 0.66 | 0.38 |
| HSL | 40.96º | 0.5% | 0.41% | - |
| HSV(B) | 40.96º | 0.66% | 0.62% | - |
| XYZ | 21.75 | 21.84 | 6.44 | - |
| YUV | 125.77 | 86.93 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 124 | 53 | 0 | 0.21 | 0.66 | 0.38 | 40.96 | 0.5 | 0.41 |
| Hex | 9D | 7C | 35 | 0 | 15 | 42 | 26 | 29 | 32 | 29 |
| Octal | 235 | 174 | 65 | 0 | 25 | 102 | 46 | 51 | 62 | 51 |
| Binary | 10011101 | 1111100 | 110101 | 0 | 10101 | 1000010 | 100110 | 101001 | 110010 | 101001 |
Color Harmonies of #9D7C35
Complementary color
Monochromatic Colors of #9D7C35
Black with #9D7C35
Text Example
Text Example
White with #9D7C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7C35; }
p { color: rgb(157,124,53); }
H1.HeaderClassName
{
color: #9D7C35;
}
.AnyTagClassName
{
color: #9D7C35;
}
</style>
background-color css
<style>
a { background-color: #9D7C35; }
a { background-color: rgb(157,124,53); }
div.DivClassName
{
background-color: #9D7C35;
}
.BgClassName
{
background-color: #9D7C35;
}
</style>
border-color css
<style>
span { border-color: #9D7C35; }
span { border-color: rgb(157,124,53); }
td.TdClassName
{
border-color: #9D7C35;
}
.TagClassName
{
border-color: #9D7C35;
}
</style>