Shades of Buttered Rum #9D7C36
Tints of Buttered Rum #9D7C36
RGB
CMYK
RGB Variations
Color information
#9D7C36 (or 0x9D7C36) is known color: Buttered Rum. HEX triplet: 9D, 7C and 36. RGB value is (157,124,54). Sum of RGB (Red+Green+Blue) = 157+124+54=335 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.87% from 335); Green value is 124 (48.83% from 255 or 37.01% from 335); Blue value is 54 (21.48% from 255 or 16.12% from 335); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7C36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D7C36 is #6283C9. Grayscale: #7E7E7E. Windows color (decimal): -6456266 or 3570845. OLE color: 3570845.
HSL color Cylindrical-coordinate representation of color #9D7C36: hue angle of 40.78º degrees, saturation: 0.49, 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 #9D7C36 is Cyan = 0, Magento = 0.21, Yellow = 0.66 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 124 | 54 | - |
| CMYK | 0 | 0.21 | 0.66 | 0.38 |
| HSL | 40.78º | 0.49% | 0.41% | - |
| HSV(B) | 40.78º | 0.66% | 0.62% | - |
| XYZ | 21.78 | 21.85 | 6.56 | - |
| YUV | 125.89 | 87.43 | 150.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 124 | 54 | 0 | 0.21 | 0.66 | 0.38 | 40.78 | 0.49 | 0.41 |
| Hex | 9D | 7C | 36 | 0 | 15 | 42 | 26 | 29 | 31 | 29 |
| Octal | 235 | 174 | 66 | 0 | 25 | 102 | 46 | 51 | 61 | 51 |
| Binary | 10011101 | 1111100 | 110110 | 0 | 10101 | 1000010 | 100110 | 101001 | 110001 | 101001 |
Color Harmonies of #9D7C36
Complementary color
Monochromatic Colors of #9D7C36
Black with #9D7C36
Text Example
Text Example
White with #9D7C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7C36; }
p { color: rgb(157,124,54); }
H1.HeaderClassName
{
color: #9D7C36;
}
.AnyTagClassName
{
color: #9D7C36;
}
</style>
background-color css
<style>
a { background-color: #9D7C36; }
a { background-color: rgb(157,124,54); }
div.DivClassName
{
background-color: #9D7C36;
}
.BgClassName
{
background-color: #9D7C36;
}
</style>
border-color css
<style>
span { border-color: #9D7C36; }
span { border-color: rgb(157,124,54); }
td.TdClassName
{
border-color: #9D7C36;
}
.TagClassName
{
border-color: #9D7C36;
}
</style>