Shades of Buttered Rum #957940
Tints of Buttered Rum #957940
RGB
CMYK
RGB Variations
Color information
#957940 (or 0x957940) is known color: Buttered Rum. HEX triplet: 95, 79 and 40. RGB value is (149,121,64). Sum of RGB (Red+Green+Blue) = 149+121+64=334 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.61% from 334); Green value is 121 (47.66% from 255 or 36.23% from 334); Blue value is 64 (25.39% from 255 or 19.16% from 334); Max value from RGB is 149 - color contains mainly: red. Hex color #957940 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957940 is #6A86BF. Grayscale: #7B7B7B. Windows color (decimal): -6981312 or 4225429. OLE color: 4225429.
HSL color Cylindrical-coordinate representation of color #957940: hue angle of 40.24º 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 #957940 is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 121 | 64 | - |
| CMYK | 0 | 0.19 | 0.57 | 0.42 |
| HSL | 40.24º | 0.4% | 0.42% | - |
| HSV(B) | 40.24º | 0.57% | 0.58% | - |
| XYZ | 20.16 | 20.43 | 7.73 | - |
| YUV | 122.87 | 94.78 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 121 | 64 | 0 | 0.19 | 0.57 | 0.42 | 40.24 | 0.4 | 0.42 |
| Hex | 95 | 79 | 40 | 0 | 13 | 39 | 2A | 28 | 28 | 2A |
| Octal | 225 | 171 | 100 | 0 | 23 | 71 | 52 | 50 | 50 | 52 |
| Binary | 10010101 | 1111001 | 1000000 | 0 | 10011 | 111001 | 101010 | 101000 | 101000 | 101010 |
Color Harmonies of #957940
Complementary color
Monochromatic Colors of #957940
Black with #957940
Text Example
Text Example
White with #957940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957940; }
p { color: rgb(149,121,64); }
H1.HeaderClassName
{
color: #957940;
}
.AnyTagClassName
{
color: #957940;
}
</style>
background-color css
<style>
a { background-color: #957940; }
a { background-color: rgb(149,121,64); }
div.DivClassName
{
background-color: #957940;
}
.BgClassName
{
background-color: #957940;
}
</style>
border-color css
<style>
span { border-color: #957940; }
span { border-color: rgb(149,121,64); }
td.TdClassName
{
border-color: #957940;
}
.TagClassName
{
border-color: #957940;
}
</style>