Shades of Buttered Rum #9D7A38
Tints of Buttered Rum #9D7A38
RGB
CMYK
RGB Variations
Color information
#9D7A38 (or 0x9D7A38) is known color: Buttered Rum. HEX triplet: 9D, 7A and 38. RGB value is (157,122,56). Sum of RGB (Red+Green+Blue) = 157+122+56=335 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.87% from 335); Green value is 122 (48.05% from 255 or 36.42% from 335); Blue value is 56 (22.27% from 255 or 16.72% from 335); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7A38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D7A38 is #6285C7. Grayscale: #7D7D7D. Windows color (decimal): -6456776 or 3701405. OLE color: 3701405.
HSL color Cylindrical-coordinate representation of color #9D7A38: hue angle of 39.21º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9D7A38 is Cyan = 0, Magento = 0.22, Yellow = 0.64 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 122 | 56 | - |
| CMYK | 0 | 0.22 | 0.64 | 0.38 |
| HSL | 39.21º | 0.47% | 0.42% | - |
| HSV(B) | 39.21º | 0.64% | 0.62% | - |
| XYZ | 21.58 | 21.37 | 6.73 | - |
| YUV | 124.94 | 89.1 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 122 | 56 | 0 | 0.22 | 0.64 | 0.38 | 39.21 | 0.47 | 0.42 |
| Hex | 9D | 7A | 38 | 0 | 16 | 40 | 26 | 27 | 2F | 2A |
| Octal | 235 | 172 | 70 | 0 | 26 | 100 | 46 | 47 | 57 | 52 |
| Binary | 10011101 | 1111010 | 111000 | 0 | 10110 | 1000000 | 100110 | 100111 | 101111 | 101010 |
Color Harmonies of #9D7A38
Complementary color
Monochromatic Colors of #9D7A38
Black with #9D7A38
Text Example
Text Example
White with #9D7A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7A38; }
p { color: rgb(157,122,56); }
H1.HeaderClassName
{
color: #9D7A38;
}
.AnyTagClassName
{
color: #9D7A38;
}
</style>
background-color css
<style>
a { background-color: #9D7A38; }
a { background-color: rgb(157,122,56); }
div.DivClassName
{
background-color: #9D7A38;
}
.BgClassName
{
background-color: #9D7A38;
}
</style>
border-color css
<style>
span { border-color: #9D7A38; }
span { border-color: rgb(157,122,56); }
td.TdClassName
{
border-color: #9D7A38;
}
.TagClassName
{
border-color: #9D7A38;
}
</style>