Shades of Buttered Rum #947A40
Tints of Buttered Rum #947A40
RGB
CMYK
RGB Variations
Color information
#947A40 (or 0x947A40) is known color: Buttered Rum. HEX triplet: 94, 7A and 40. RGB value is (148,122,64). Sum of RGB (Red+Green+Blue) = 148+122+64=334 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.31% from 334); Green value is 122 (48.05% from 255 or 36.53% from 334); Blue value is 64 (25.39% from 255 or 19.16% from 334); Max value from RGB is 148 - color contains mainly: red. Hex color #947A40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947A40 is #6B85BF. Grayscale: #7B7B7B. Windows color (decimal): -7046592 or 4225684. OLE color: 4225684.
HSL color Cylindrical-coordinate representation of color #947A40: hue angle of 41.43º 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 #947A40 is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 122 | 64 | - |
| CMYK | 0 | 0.18 | 0.57 | 0.42 |
| HSL | 41.43º | 0.4% | 0.42% | - |
| HSV(B) | 41.43º | 0.57% | 0.58% | - |
| XYZ | 20.1 | 20.59 | 7.76 | - |
| YUV | 123.16 | 94.61 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 122 | 64 | 0 | 0.18 | 0.57 | 0.42 | 41.43 | 0.4 | 0.42 |
| Hex | 94 | 7A | 40 | 0 | 12 | 39 | 2A | 29 | 28 | 2A |
| Octal | 224 | 172 | 100 | 0 | 22 | 71 | 52 | 51 | 50 | 52 |
| Binary | 10010100 | 1111010 | 1000000 | 0 | 10010 | 111001 | 101010 | 101001 | 101000 | 101010 |
Color Harmonies of #947A40
Complementary color
Monochromatic Colors of #947A40
Black with #947A40
Text Example
Text Example
White with #947A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947A40; }
p { color: rgb(148,122,64); }
H1.HeaderClassName
{
color: #947A40;
}
.AnyTagClassName
{
color: #947A40;
}
</style>
background-color css
<style>
a { background-color: #947A40; }
a { background-color: rgb(148,122,64); }
div.DivClassName
{
background-color: #947A40;
}
.BgClassName
{
background-color: #947A40;
}
</style>
border-color css
<style>
span { border-color: #947A40; }
span { border-color: rgb(148,122,64); }
td.TdClassName
{
border-color: #947A40;
}
.TagClassName
{
border-color: #947A40;
}
</style>