Shades of Desert #9F5939
Tints of Desert #9F5939
RGB
CMYK
RGB Variations
Color information
#9F5939 (or 0x9F5939) is known color: Desert. HEX triplet: 9F, 59 and 39. RGB value is (159,89,57). Sum of RGB (Red+Green+Blue) = 159+89+57=305 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.13% from 305); Green value is 89 (35.16% from 255 or 29.18% from 305); Blue value is 57 (22.66% from 255 or 18.69% from 305); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5939 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F5939 is #60A6C6. Grayscale: #6A6A6A. Windows color (decimal): -6334151 or 3758495. OLE color: 3758495.
HSL color Cylindrical-coordinate representation of color #9F5939: hue angle of 18.82º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9F5939 is Cyan = 0, Magento = 0.44, Yellow = 0.64 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 89 | 57 | - |
| CMYK | 0 | 0.44 | 0.64 | 0.38 |
| HSL | 18.82º | 0.47% | 0.42% | - |
| HSV(B) | 18.82º | 0.64% | 0.62% | - |
| XYZ | 18.61 | 14.81 | 5.75 | - |
| YUV | 106.28 | 100.19 | 165.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 89 | 57 | 0 | 0.44 | 0.64 | 0.38 | 18.82 | 0.47 | 0.42 |
| Hex | 9F | 59 | 39 | 0 | 2C | 40 | 26 | 13 | 2F | 2A |
| Octal | 237 | 131 | 71 | 0 | 54 | 100 | 46 | 23 | 57 | 52 |
| Binary | 10011111 | 1011001 | 111001 | 0 | 101100 | 1000000 | 100110 | 10011 | 101111 | 101010 |
Color Harmonies of #9F5939
Complementary color
Monochromatic Colors of #9F5939
Black with #9F5939
Text Example
Text Example
White with #9F5939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5939; }
p { color: rgb(159,89,57); }
H1.HeaderClassName
{
color: #9F5939;
}
.AnyTagClassName
{
color: #9F5939;
}
</style>
background-color css
<style>
a { background-color: #9F5939; }
a { background-color: rgb(159,89,57); }
div.DivClassName
{
background-color: #9F5939;
}
.BgClassName
{
background-color: #9F5939;
}
</style>
border-color css
<style>
span { border-color: #9F5939; }
span { border-color: rgb(159,89,57); }
td.TdClassName
{
border-color: #9F5939;
}
.TagClassName
{
border-color: #9F5939;
}
</style>