Shades of Buttered Rum #957A40
Tints of Buttered Rum #957A40
RGB
CMYK
RGB Variations
Color information
#957A40 (or 0x957A40) is known color: Buttered Rum. HEX triplet: 95, 7A and 40. RGB value is (149,122,64). Sum of RGB (Red+Green+Blue) = 149+122+64=335 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.48% from 335); Green value is 122 (48.05% from 255 or 36.42% from 335); Blue value is 64 (25.39% from 255 or 19.10% from 335); Max value from RGB is 149 - color contains mainly: red. Hex color #957A40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957A40 is #6A85BF. Grayscale: #7B7B7B. Windows color (decimal): -6981056 or 4225685. OLE color: 4225685.
HSL color Cylindrical-coordinate representation of color #957A40: hue angle of 40.94º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #957A40 is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 122 | 64 | - |
| CMYK | 0 | 0.18 | 0.57 | 0.42 |
| HSL | 40.94º | 0.4% | 0.42% | - |
| HSV(B) | 40.94º | 0.57% | 0.58% | - |
| XYZ | 20.28 | 20.68 | 7.77 | - |
| YUV | 123.46 | 94.45 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 122 | 64 | 0 | 0.18 | 0.57 | 0.42 | 40.94 | 0.4 | 0.42 |
| Hex | 95 | 7A | 40 | 0 | 12 | 39 | 2A | 29 | 28 | 2A |
| Octal | 225 | 172 | 100 | 0 | 22 | 71 | 52 | 51 | 50 | 52 |
| Binary | 10010101 | 1111010 | 1000000 | 0 | 10010 | 111001 | 101010 | 101001 | 101000 | 101010 |
Color Harmonies of #957A40
Complementary color
Monochromatic Colors of #957A40
Black with #957A40
Text Example
Text Example
White with #957A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957A40; }
p { color: rgb(149,122,64); }
H1.HeaderClassName
{
color: #957A40;
}
.AnyTagClassName
{
color: #957A40;
}
</style>
background-color css
<style>
a { background-color: #957A40; }
a { background-color: rgb(149,122,64); }
div.DivClassName
{
background-color: #957A40;
}
.BgClassName
{
background-color: #957A40;
}
</style>
border-color css
<style>
span { border-color: #957A40; }
span { border-color: rgb(149,122,64); }
td.TdClassName
{
border-color: #957A40;
}
.TagClassName
{
border-color: #957A40;
}
</style>