Shades of Coral Tree #9F7371
Tints of Coral Tree #9F7371
RGB
CMYK
RGB Variations
Color information
#9F7371 (or 0x9F7371) is known color: Coral Tree. HEX triplet: 9F, 73 and 71. RGB value is (159,115,113). Sum of RGB (Red+Green+Blue) = 159+115+113=387 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.09% from 387); Green value is 115 (45.31% from 255 or 29.72% from 387); Blue value is 113 (44.53% from 255 or 29.20% from 387); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7371 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7371 is #608C8E. Grayscale: #7F7F7F. Windows color (decimal): -6327439 or 7435167. OLE color: 7435167.
HSL color Cylindrical-coordinate representation of color #9F7371: hue angle of 2.61º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9F7371 is Cyan = 0, Magento = 0.28, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 115 | 113 | - |
| CMYK | 0 | 0.28 | 0.29 | 0.38 |
| HSL | 2.61º | 0.19% | 0.53% | - |
| HSV(B) | 2.61º | 0.29% | 0.62% | - |
| XYZ | 23.41 | 20.82 | 18.41 | - |
| YUV | 127.93 | 119.58 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 115 | 113 | 0 | 0.28 | 0.29 | 0.38 | 2.61 | 0.19 | 0.53 |
| Hex | 9F | 73 | 71 | 0 | 1C | 1D | 26 | 3 | 13 | 35 |
| Octal | 237 | 163 | 161 | 0 | 34 | 35 | 46 | 3 | 23 | 65 |
| Binary | 10011111 | 1110011 | 1110001 | 0 | 11100 | 11101 | 100110 | 11 | 10011 | 110101 |
Color Harmonies of #9F7371
Complementary color
Monochromatic Colors of #9F7371
Black with #9F7371
Text Example
Text Example
White with #9F7371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7371; }
p { color: rgb(159,115,113); }
H1.HeaderClassName
{
color: #9F7371;
}
.AnyTagClassName
{
color: #9F7371;
}
</style>
background-color css
<style>
a { background-color: #9F7371; }
a { background-color: rgb(159,115,113); }
div.DivClassName
{
background-color: #9F7371;
}
.BgClassName
{
background-color: #9F7371;
}
</style>
border-color css
<style>
span { border-color: #9F7371; }
span { border-color: rgb(159,115,113); }
td.TdClassName
{
border-color: #9F7371;
}
.TagClassName
{
border-color: #9F7371;
}
</style>