Shades of Buttered Rum #947940
Tints of Buttered Rum #947940
RGB
CMYK
RGB Variations
Color information
#947940 (or 0x947940) is known color: Buttered Rum. HEX triplet: 94, 79 and 40. RGB value is (148,121,64). Sum of RGB (Red+Green+Blue) = 148+121+64=333 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.44% from 333); Green value is 121 (47.66% from 255 or 36.34% from 333); Blue value is 64 (25.39% from 255 or 19.22% from 333); Max value from RGB is 148 - color contains mainly: red. Hex color #947940 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947940 is #6B86BF. Grayscale: #7A7A7A. Windows color (decimal): -7046848 or 4225428. OLE color: 4225428.
HSL color Cylindrical-coordinate representation of color #947940: hue angle of 40.71º 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 #947940 is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 121 | 64 | - |
| CMYK | 0 | 0.18 | 0.57 | 0.42 |
| HSL | 40.71º | 0.4% | 0.42% | - |
| HSV(B) | 40.71º | 0.57% | 0.58% | - |
| XYZ | 19.98 | 20.34 | 7.72 | - |
| YUV | 122.58 | 94.95 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 121 | 64 | 0 | 0.18 | 0.57 | 0.42 | 40.71 | 0.4 | 0.42 |
| Hex | 94 | 79 | 40 | 0 | 12 | 39 | 2A | 29 | 28 | 2A |
| Octal | 224 | 171 | 100 | 0 | 22 | 71 | 52 | 51 | 50 | 52 |
| Binary | 10010100 | 1111001 | 1000000 | 0 | 10010 | 111001 | 101010 | 101001 | 101000 | 101010 |
Color Harmonies of #947940
Complementary color
Monochromatic Colors of #947940
Black with #947940
Text Example
Text Example
White with #947940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947940; }
p { color: rgb(148,121,64); }
H1.HeaderClassName
{
color: #947940;
}
.AnyTagClassName
{
color: #947940;
}
</style>
background-color css
<style>
a { background-color: #947940; }
a { background-color: rgb(148,121,64); }
div.DivClassName
{
background-color: #947940;
}
.BgClassName
{
background-color: #947940;
}
</style>
border-color css
<style>
span { border-color: #947940; }
span { border-color: rgb(148,121,64); }
td.TdClassName
{
border-color: #947940;
}
.TagClassName
{
border-color: #947940;
}
</style>