Shades of Dark Tan #9F7052
Tints of Dark Tan #9F7052
RGB
CMYK
RGB Variations
Color information
#9F7052 (or 0x9F7052) is known color: Dark Tan. HEX triplet: 9F, 70 and 52. RGB value is (159,112,82). Sum of RGB (Red+Green+Blue) = 159+112+82=353 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.04% from 353); Green value is 112 (44.14% from 255 or 31.73% from 353); Blue value is 82 (32.42% from 255 or 23.23% from 353); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7052 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7052 is #608FAD. Grayscale: #7A7A7A. Windows color (decimal): -6328238 or 5402783. OLE color: 5402783.
HSL color Cylindrical-coordinate representation of color #9F7052: hue angle of 23.38º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9F7052 is Cyan = 0, Magento = 0.30, Yellow = 0.48 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 112 | 82 | - |
| CMYK | 0 | 0.30 | 0.48 | 0.38 |
| HSL | 23.38º | 0.32% | 0.47% | - |
| HSV(B) | 23.38º | 0.48% | 0.62% | - |
| XYZ | 21.62 | 19.57 | 10.62 | - |
| YUV | 122.63 | 105.07 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 112 | 82 | 0 | 0.30 | 0.48 | 0.38 | 23.38 | 0.32 | 0.47 |
| Hex | 9F | 70 | 52 | 0 | 1E | 30 | 26 | 17 | 20 | 2F |
| Octal | 237 | 160 | 122 | 0 | 36 | 60 | 46 | 27 | 40 | 57 |
| Binary | 10011111 | 1110000 | 1010010 | 0 | 11110 | 110000 | 100110 | 10111 | 100000 | 101111 |
Color Harmonies of #9F7052
Complementary color
Monochromatic Colors of #9F7052
Black with #9F7052
Text Example
Text Example
White with #9F7052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7052; }
p { color: rgb(159,112,82); }
H1.HeaderClassName
{
color: #9F7052;
}
.AnyTagClassName
{
color: #9F7052;
}
</style>
background-color css
<style>
a { background-color: #9F7052; }
a { background-color: rgb(159,112,82); }
div.DivClassName
{
background-color: #9F7052;
}
.BgClassName
{
background-color: #9F7052;
}
</style>
border-color css
<style>
span { border-color: #9F7052; }
span { border-color: rgb(159,112,82); }
td.TdClassName
{
border-color: #9F7052;
}
.TagClassName
{
border-color: #9F7052;
}
</style>