Shades of Buttered Rum #997533
Tints of Buttered Rum #997533
RGB
CMYK
RGB Variations
Color information
#997533 (or 0x997533) is known color: Buttered Rum. HEX triplet: 99, 75 and 33. RGB value is (153,117,51). Sum of RGB (Red+Green+Blue) = 153+117+51=321 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.66% from 321); Green value is 117 (46.09% from 255 or 36.45% from 321); Blue value is 51 (20.31% from 255 or 15.89% from 321); Max value from RGB is 153 - color contains mainly: red. Hex color #997533 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997533 is #668ACC. Grayscale: #787878. Windows color (decimal): -6720205 or 3372441. OLE color: 3372441.
HSL color Cylindrical-coordinate representation of color #997533: hue angle of 38.82º 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 #997533 is Cyan = 0, Magento = 0.24, Yellow = 0.67 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 117 | 51 | - |
| CMYK | 0 | 0.24 | 0.67 | 0.4 |
| HSL | 38.82º | 0.5% | 0.4% | - |
| HSV(B) | 38.82º | 0.67% | 0.6% | - |
| XYZ | 20.1 | 19.73 | 5.88 | - |
| YUV | 120.24 | 88.93 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 117 | 51 | 0 | 0.24 | 0.67 | 0.4 | 38.82 | 0.5 | 0.4 |
| Hex | 99 | 75 | 33 | 0 | 18 | 43 | 28 | 27 | 32 | 28 |
| Octal | 231 | 165 | 63 | 0 | 30 | 103 | 50 | 47 | 62 | 50 |
| Binary | 10011001 | 1110101 | 110011 | 0 | 11000 | 1000011 | 101000 | 100111 | 110010 | 101000 |
Color Harmonies of #997533
Complementary color
Monochromatic Colors of #997533
Black with #997533
Text Example
Text Example
White with #997533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997533; }
p { color: rgb(153,117,51); }
H1.HeaderClassName
{
color: #997533;
}
.AnyTagClassName
{
color: #997533;
}
</style>
background-color css
<style>
a { background-color: #997533; }
a { background-color: rgb(153,117,51); }
div.DivClassName
{
background-color: #997533;
}
.BgClassName
{
background-color: #997533;
}
</style>
border-color css
<style>
span { border-color: #997533; }
span { border-color: rgb(153,117,51); }
td.TdClassName
{
border-color: #997533;
}
.TagClassName
{
border-color: #997533;
}
</style>