Shades of Buttered Rum #9F762D
Tints of Buttered Rum #9F762D
RGB
CMYK
RGB Variations
Color information
#9F762D (or 0x9F762D) is known color: Buttered Rum. HEX triplet: 9F, 76 and 2D. RGB value is (159,118,45). Sum of RGB (Red+Green+Blue) = 159+118+45=322 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.38% from 322); Green value is 118 (46.48% from 255 or 36.65% from 322); Blue value is 45 (17.97% from 255 or 13.98% from 322); Max value from RGB is 159 - color contains mainly: red. Hex color #9F762D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F762D is #6089D2. Grayscale: #7A7A7A. Windows color (decimal): -6326739 or 2979487. OLE color: 2979487.
HSL color Cylindrical-coordinate representation of color #9F762D: hue angle of 38.42º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9F762D is Cyan = 0, Magento = 0.26, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 118 | 45 | - |
| CMYK | 0 | 0.26 | 0.72 | 0.38 |
| HSL | 38.42º | 0.56% | 0.4% | - |
| HSV(B) | 38.42º | 0.72% | 0.62% | - |
| XYZ | 21.25 | 20.52 | 5.32 | - |
| YUV | 121.94 | 84.58 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 118 | 45 | 0 | 0.26 | 0.72 | 0.38 | 38.42 | 0.56 | 0.4 |
| Hex | 9F | 76 | 2D | 0 | 1A | 48 | 26 | 26 | 38 | 28 |
| Octal | 237 | 166 | 55 | 0 | 32 | 110 | 46 | 46 | 70 | 50 |
| Binary | 10011111 | 1110110 | 101101 | 0 | 11010 | 1001000 | 100110 | 100110 | 111000 | 101000 |
Color Harmonies of #9F762D
Complementary color
Monochromatic Colors of #9F762D
Black with #9F762D
Text Example
Text Example
White with #9F762D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F762D; }
p { color: rgb(159,118,45); }
H1.HeaderClassName
{
color: #9F762D;
}
.AnyTagClassName
{
color: #9F762D;
}
</style>
background-color css
<style>
a { background-color: #9F762D; }
a { background-color: rgb(159,118,45); }
div.DivClassName
{
background-color: #9F762D;
}
.BgClassName
{
background-color: #9F762D;
}
</style>
border-color css
<style>
span { border-color: #9F762D; }
span { border-color: rgb(159,118,45); }
td.TdClassName
{
border-color: #9F762D;
}
.TagClassName
{
border-color: #9F762D;
}
</style>