Shades of Buttered Rum #94793D
Tints of Buttered Rum #94793D
RGB
CMYK
RGB Variations
Color information
#94793D (or 0x94793D) is known color: Buttered Rum. HEX triplet: 94, 79 and 3D. RGB value is (148,121,61). Sum of RGB (Red+Green+Blue) = 148+121+61=330 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.85% from 330); Green value is 121 (47.66% from 255 or 36.67% from 330); Blue value is 61 (24.22% from 255 or 18.48% from 330); Max value from RGB is 148 - color contains mainly: red. Hex color #94793D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94793D is #6B86C2. Grayscale: #7A7A7A. Windows color (decimal): -7046851 or 4028820. OLE color: 4028820.
HSL color Cylindrical-coordinate representation of color #94793D: hue angle of 41.38º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #94793D is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 121 | 61 | - |
| CMYK | 0 | 0.18 | 0.59 | 0.42 |
| HSL | 41.38º | 0.42% | 0.41% | - |
| HSV(B) | 41.38º | 0.59% | 0.58% | - |
| XYZ | 19.89 | 20.31 | 7.29 | - |
| YUV | 122.23 | 93.45 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 121 | 61 | 0 | 0.18 | 0.59 | 0.42 | 41.38 | 0.42 | 0.41 |
| Hex | 94 | 79 | 3D | 0 | 12 | 3B | 2A | 29 | 2A | 29 |
| Octal | 224 | 171 | 75 | 0 | 22 | 73 | 52 | 51 | 52 | 51 |
| Binary | 10010100 | 1111001 | 111101 | 0 | 10010 | 111011 | 101010 | 101001 | 101010 | 101001 |
Color Harmonies of #94793D
Complementary color
Monochromatic Colors of #94793D
Black with #94793D
Text Example
Text Example
White with #94793D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94793D; }
p { color: rgb(148,121,61); }
H1.HeaderClassName
{
color: #94793D;
}
.AnyTagClassName
{
color: #94793D;
}
</style>
background-color css
<style>
a { background-color: #94793D; }
a { background-color: rgb(148,121,61); }
div.DivClassName
{
background-color: #94793D;
}
.BgClassName
{
background-color: #94793D;
}
</style>
border-color css
<style>
span { border-color: #94793D; }
span { border-color: rgb(148,121,61); }
td.TdClassName
{
border-color: #94793D;
}
.TagClassName
{
border-color: #94793D;
}
</style>