Shades of Buttered Rum #99732F
Tints of Buttered Rum #99732F
RGB
CMYK
RGB Variations
Color information
#99732F (or 0x99732F) is known color: Buttered Rum. HEX triplet: 99, 73 and 2F. RGB value is (153,115,47). Sum of RGB (Red+Green+Blue) = 153+115+47=315 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.57% from 315); Green value is 115 (45.31% from 255 or 36.51% from 315); Blue value is 47 (18.75% from 255 or 14.92% from 315); Max value from RGB is 153 - color contains mainly: red. Hex color #99732F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99732F is #668CD0. Grayscale: #767676. Windows color (decimal): -6720721 or 3109785. OLE color: 3109785.
HSL color Cylindrical-coordinate representation of color #99732F: hue angle of 38.49º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #99732F is Cyan = 0, Magento = 0.25, Yellow = 0.69 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 115 | 47 | - |
| CMYK | 0 | 0.25 | 0.69 | 0.4 |
| HSL | 38.49º | 0.53% | 0.39% | - |
| HSV(B) | 38.49º | 0.69% | 0.6% | - |
| XYZ | 19.78 | 19.24 | 5.36 | - |
| YUV | 118.61 | 87.59 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 115 | 47 | 0 | 0.25 | 0.69 | 0.4 | 38.49 | 0.53 | 0.39 |
| Hex | 99 | 73 | 2F | 0 | 19 | 45 | 28 | 26 | 35 | 27 |
| Octal | 231 | 163 | 57 | 0 | 31 | 105 | 50 | 46 | 65 | 47 |
| Binary | 10011001 | 1110011 | 101111 | 0 | 11001 | 1000101 | 101000 | 100110 | 110101 | 100111 |
Color Harmonies of #99732F
Complementary color
Monochromatic Colors of #99732F
Black with #99732F
Text Example
Text Example
White with #99732F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99732F; }
p { color: rgb(153,115,47); }
H1.HeaderClassName
{
color: #99732F;
}
.AnyTagClassName
{
color: #99732F;
}
</style>
background-color css
<style>
a { background-color: #99732F; }
a { background-color: rgb(153,115,47); }
div.DivClassName
{
background-color: #99732F;
}
.BgClassName
{
background-color: #99732F;
}
</style>
border-color css
<style>
span { border-color: #99732F; }
span { border-color: rgb(153,115,47); }
td.TdClassName
{
border-color: #99732F;
}
.TagClassName
{
border-color: #99732F;
}
</style>