Shades of Buttered Rum #99742B
Tints of Buttered Rum #99742B
RGB
CMYK
RGB Variations
Color information
#99742B (or 0x99742B) is known color: Buttered Rum. HEX triplet: 99, 74 and 2B. RGB value is (153,116,43). Sum of RGB (Red+Green+Blue) = 153+116+43=312 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.04% from 312); Green value is 116 (45.70% from 255 or 37.18% from 312); Blue value is 43 (17.19% from 255 or 13.78% from 312); Max value from RGB is 153 - color contains mainly: red. Hex color #99742B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99742B is #668BD4. Grayscale: #777777. Windows color (decimal): -6720469 or 2847897. OLE color: 2847897.
HSL color Cylindrical-coordinate representation of color #99742B: hue angle of 39.82º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #99742B is Cyan = 0, Magento = 0.24, Yellow = 0.72 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 116 | 43 | - |
| CMYK | 0 | 0.24 | 0.72 | 0.4 |
| HSL | 39.82º | 0.56% | 0.38% | - |
| HSV(B) | 39.82º | 0.72% | 0.6% | - |
| XYZ | 19.82 | 19.44 | 4.99 | - |
| YUV | 118.74 | 85.26 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 116 | 43 | 0 | 0.24 | 0.72 | 0.4 | 39.82 | 0.56 | 0.38 |
| Hex | 99 | 74 | 2B | 0 | 18 | 48 | 28 | 28 | 38 | 26 |
| Octal | 231 | 164 | 53 | 0 | 30 | 110 | 50 | 50 | 70 | 46 |
| Binary | 10011001 | 1110100 | 101011 | 0 | 11000 | 1001000 | 101000 | 101000 | 111000 | 100110 |
Color Harmonies of #99742B
Complementary color
Monochromatic Colors of #99742B
Black with #99742B
Text Example
Text Example
White with #99742B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99742B; }
p { color: rgb(153,116,43); }
H1.HeaderClassName
{
color: #99742B;
}
.AnyTagClassName
{
color: #99742B;
}
</style>
background-color css
<style>
a { background-color: #99742B; }
a { background-color: rgb(153,116,43); }
div.DivClassName
{
background-color: #99742B;
}
.BgClassName
{
background-color: #99742B;
}
</style>
border-color css
<style>
span { border-color: #99742B; }
span { border-color: rgb(153,116,43); }
td.TdClassName
{
border-color: #99742B;
}
.TagClassName
{
border-color: #99742B;
}
</style>