Shades of Buttered Rum #997133
Tints of Buttered Rum #997133
RGB
CMYK
RGB Variations
Color information
#997133 (or 0x997133) is known color: Buttered Rum. HEX triplet: 99, 71 and 33. RGB value is (153,113,51). Sum of RGB (Red+Green+Blue) = 153+113+51=317 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.26% from 317); Green value is 113 (44.53% from 255 or 35.65% from 317); Blue value is 51 (20.31% from 255 or 16.09% from 317); Max value from RGB is 153 - color contains mainly: red. Hex color #997133 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997133 is #668ECC. Grayscale: #767676. Windows color (decimal): -6721229 or 3371417. OLE color: 3371417.
HSL color Cylindrical-coordinate representation of color #997133: hue angle of 36.47º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #997133 is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 113 | 51 | - |
| CMYK | 0 | 0.26 | 0.67 | 0.4 |
| HSL | 36.47º | 0.5% | 0.4% | - |
| HSV(B) | 36.47º | 0.67% | 0.6% | - |
| XYZ | 19.64 | 18.82 | 5.73 | - |
| YUV | 117.89 | 90.25 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 113 | 51 | 0 | 0.26 | 0.67 | 0.4 | 36.47 | 0.5 | 0.4 |
| Hex | 99 | 71 | 33 | 0 | 1A | 43 | 28 | 24 | 32 | 28 |
| Octal | 231 | 161 | 63 | 0 | 32 | 103 | 50 | 44 | 62 | 50 |
| Binary | 10011001 | 1110001 | 110011 | 0 | 11010 | 1000011 | 101000 | 100100 | 110010 | 101000 |
Color Harmonies of #997133
Complementary color
Monochromatic Colors of #997133
Black with #997133
Text Example
Text Example
White with #997133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997133; }
p { color: rgb(153,113,51); }
H1.HeaderClassName
{
color: #997133;
}
.AnyTagClassName
{
color: #997133;
}
</style>
background-color css
<style>
a { background-color: #997133; }
a { background-color: rgb(153,113,51); }
div.DivClassName
{
background-color: #997133;
}
.BgClassName
{
background-color: #997133;
}
</style>
border-color css
<style>
span { border-color: #997133; }
span { border-color: rgb(153,113,51); }
td.TdClassName
{
border-color: #997133;
}
.TagClassName
{
border-color: #997133;
}
</style>