Shades of Bourbon #9F7042
Tints of Bourbon #9F7042
RGB
CMYK
RGB Variations
Color information
#9F7042 (or 0x9F7042) is known color: Bourbon. HEX triplet: 9F, 70 and 42. RGB value is (159,112,66). Sum of RGB (Red+Green+Blue) = 159+112+66=337 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.18% from 337); Green value is 112 (44.14% from 255 or 33.23% from 337); Blue value is 66 (26.17% from 255 or 19.58% from 337); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7042 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F7042 is #608FBD. Grayscale: #797979. Windows color (decimal): -6328254 or 4354207. OLE color: 4354207.
HSL color Cylindrical-coordinate representation of color #9F7042: hue angle of 29.68º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9F7042 is Cyan = 0, Magento = 0.30, Yellow = 0.58 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 112 | 66 | - |
| CMYK | 0 | 0.30 | 0.58 | 0.38 |
| HSL | 29.68º | 0.41% | 0.44% | - |
| HSV(B) | 29.68º | 0.58% | 0.62% | - |
| XYZ | 21.08 | 19.35 | 7.78 | - |
| YUV | 120.81 | 97.07 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 112 | 66 | 0 | 0.30 | 0.58 | 0.38 | 29.68 | 0.41 | 0.44 |
| Hex | 9F | 70 | 42 | 0 | 1E | 3A | 26 | 1E | 29 | 2C |
| Octal | 237 | 160 | 102 | 0 | 36 | 72 | 46 | 36 | 51 | 54 |
| Binary | 10011111 | 1110000 | 1000010 | 0 | 11110 | 111010 | 100110 | 11110 | 101001 | 101100 |
Color Harmonies of #9F7042
Complementary color
Monochromatic Colors of #9F7042
Black with #9F7042
Text Example
Text Example
White with #9F7042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7042; }
p { color: rgb(159,112,66); }
H1.HeaderClassName
{
color: #9F7042;
}
.AnyTagClassName
{
color: #9F7042;
}
</style>
background-color css
<style>
a { background-color: #9F7042; }
a { background-color: rgb(159,112,66); }
div.DivClassName
{
background-color: #9F7042;
}
.BgClassName
{
background-color: #9F7042;
}
</style>
border-color css
<style>
span { border-color: #9F7042; }
span { border-color: rgb(159,112,66); }
td.TdClassName
{
border-color: #9F7042;
}
.TagClassName
{
border-color: #9F7042;
}
</style>