Shades of Buttered Rum #99733B
Tints of Buttered Rum #99733B
RGB
CMYK
RGB Variations
Color information
#99733B (or 0x99733B) is known color: Buttered Rum. HEX triplet: 99, 73 and 3B. RGB value is (153,115,59). Sum of RGB (Red+Green+Blue) = 153+115+59=327 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.79% from 327); Green value is 115 (45.31% from 255 or 35.17% from 327); Blue value is 59 (23.44% from 255 or 18.04% from 327); Max value from RGB is 153 - color contains mainly: red. Hex color #99733B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99733B is #668CC4. Grayscale: #787878. Windows color (decimal): -6720709 or 3896217. OLE color: 3896217.
HSL color Cylindrical-coordinate representation of color #99733B: hue angle of 35.74º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #99733B is Cyan = 0, Magento = 0.25, Yellow = 0.61 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 115 | 59 | - |
| CMYK | 0 | 0.25 | 0.61 | 0.4 |
| HSL | 35.74º | 0.44% | 0.42% | - |
| HSV(B) | 35.74º | 0.61% | 0.6% | - |
| XYZ | 20.06 | 19.35 | 6.82 | - |
| YUV | 119.98 | 93.59 | 151.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 115 | 59 | 0 | 0.25 | 0.61 | 0.4 | 35.74 | 0.44 | 0.42 |
| Hex | 99 | 73 | 3B | 0 | 19 | 3D | 28 | 24 | 2C | 2A |
| Octal | 231 | 163 | 73 | 0 | 31 | 75 | 50 | 44 | 54 | 52 |
| Binary | 10011001 | 1110011 | 111011 | 0 | 11001 | 111101 | 101000 | 100100 | 101100 | 101010 |
Color Harmonies of #99733B
Complementary color
Monochromatic Colors of #99733B
Black with #99733B
Text Example
Text Example
White with #99733B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99733B; }
p { color: rgb(153,115,59); }
H1.HeaderClassName
{
color: #99733B;
}
.AnyTagClassName
{
color: #99733B;
}
</style>
background-color css
<style>
a { background-color: #99733B; }
a { background-color: rgb(153,115,59); }
div.DivClassName
{
background-color: #99733B;
}
.BgClassName
{
background-color: #99733B;
}
</style>
border-color css
<style>
span { border-color: #99733B; }
span { border-color: rgb(153,115,59); }
td.TdClassName
{
border-color: #99733B;
}
.TagClassName
{
border-color: #99733B;
}
</style>