Shades of Buttered Rum #9F762B
Tints of Buttered Rum #9F762B
RGB
CMYK
RGB Variations
Color information
#9F762B (or 0x9F762B) is known color: Buttered Rum. HEX triplet: 9F, 76 and 2B. RGB value is (159,118,43). Sum of RGB (Red+Green+Blue) = 159+118+43=320 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.69% from 320); Green value is 118 (46.48% from 255 or 36.88% from 320); Blue value is 43 (17.19% from 255 or 13.44% from 320); Max value from RGB is 159 - color contains mainly: red. Hex color #9F762B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F762B is #6089D4. Grayscale: #7A7A7A. Windows color (decimal): -6326741 or 2848415. OLE color: 2848415.
HSL color Cylindrical-coordinate representation of color #9F762B: hue angle of 38.79º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9F762B is Cyan = 0, Magento = 0.26, Yellow = 0.73 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 118 | 43 | - |
| CMYK | 0 | 0.26 | 0.73 | 0.38 |
| HSL | 38.79º | 0.57% | 0.4% | - |
| HSV(B) | 38.79º | 0.73% | 0.62% | - |
| XYZ | 21.21 | 20.5 | 5.12 | - |
| YUV | 121.71 | 83.58 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 118 | 43 | 0 | 0.26 | 0.73 | 0.38 | 38.79 | 0.57 | 0.4 |
| Hex | 9F | 76 | 2B | 0 | 1A | 49 | 26 | 27 | 39 | 28 |
| Octal | 237 | 166 | 53 | 0 | 32 | 111 | 46 | 47 | 71 | 50 |
| Binary | 10011111 | 1110110 | 101011 | 0 | 11010 | 1001001 | 100110 | 100111 | 111001 | 101000 |
Color Harmonies of #9F762B
Complementary color
Monochromatic Colors of #9F762B
Black with #9F762B
Text Example
Text Example
White with #9F762B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F762B; }
p { color: rgb(159,118,43); }
H1.HeaderClassName
{
color: #9F762B;
}
.AnyTagClassName
{
color: #9F762B;
}
</style>
background-color css
<style>
a { background-color: #9F762B; }
a { background-color: rgb(159,118,43); }
div.DivClassName
{
background-color: #9F762B;
}
.BgClassName
{
background-color: #9F762B;
}
</style>
border-color css
<style>
span { border-color: #9F762B; }
span { border-color: rgb(159,118,43); }
td.TdClassName
{
border-color: #9F762B;
}
.TagClassName
{
border-color: #9F762B;
}
</style>