Shades of Buttered Rum #947133
Tints of Buttered Rum #947133
RGB
CMYK
RGB Variations
Color information
#947133 (or 0x947133) is known color: Buttered Rum. HEX triplet: 94, 71 and 33. RGB value is (148,113,51). Sum of RGB (Red+Green+Blue) = 148+113+51=312 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.44% from 312); Green value is 113 (44.53% from 255 or 36.22% from 312); Blue value is 51 (20.31% from 255 or 16.35% from 312); Max value from RGB is 148 - color contains mainly: red. Hex color #947133 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947133 is #6B8ECC. Grayscale: #747474. Windows color (decimal): -7048909 or 3371412. OLE color: 3371412.
HSL color Cylindrical-coordinate representation of color #947133: hue angle of 38.35º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #947133 is Cyan = 0, Magento = 0.24, Yellow = 0.66 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 113 | 51 | - |
| CMYK | 0 | 0.24 | 0.66 | 0.42 |
| HSL | 38.35º | 0.49% | 0.39% | - |
| HSV(B) | 38.35º | 0.66% | 0.58% | - |
| XYZ | 18.72 | 18.35 | 5.69 | - |
| YUV | 116.4 | 91.1 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 113 | 51 | 0 | 0.24 | 0.66 | 0.42 | 38.35 | 0.49 | 0.39 |
| Hex | 94 | 71 | 33 | 0 | 18 | 42 | 2A | 26 | 31 | 27 |
| Octal | 224 | 161 | 63 | 0 | 30 | 102 | 52 | 46 | 61 | 47 |
| Binary | 10010100 | 1110001 | 110011 | 0 | 11000 | 1000010 | 101010 | 100110 | 110001 | 100111 |
Color Harmonies of #947133
Complementary color
Monochromatic Colors of #947133
Black with #947133
Text Example
Text Example
White with #947133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947133; }
p { color: rgb(148,113,51); }
H1.HeaderClassName
{
color: #947133;
}
.AnyTagClassName
{
color: #947133;
}
</style>
background-color css
<style>
a { background-color: #947133; }
a { background-color: rgb(148,113,51); }
div.DivClassName
{
background-color: #947133;
}
.BgClassName
{
background-color: #947133;
}
</style>
border-color css
<style>
span { border-color: #947133; }
span { border-color: rgb(148,113,51); }
td.TdClassName
{
border-color: #947133;
}
.TagClassName
{
border-color: #947133;
}
</style>