Shades of Coral Tree #9F7571
Tints of Coral Tree #9F7571
RGB
CMYK
RGB Variations
Color information
#9F7571 (or 0x9F7571) is known color: Coral Tree. HEX triplet: 9F, 75 and 71. RGB value is (159,117,113). Sum of RGB (Red+Green+Blue) = 159+117+113=389 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.87% from 389); Green value is 117 (46.09% from 255 or 30.08% from 389); Blue value is 113 (44.53% from 255 or 29.05% from 389); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7571 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7571 is #608A8E. Grayscale: #818181. Windows color (decimal): -6326927 or 7435679. OLE color: 7435679.
HSL color Cylindrical-coordinate representation of color #9F7571: hue angle of 5.22º 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 #9F7571 is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 117 | 113 | - |
| CMYK | 0 | 0.26 | 0.29 | 0.38 |
| HSL | 5.22º | 0.19% | 0.53% | - |
| HSV(B) | 5.22º | 0.29% | 0.62% | - |
| XYZ | 23.64 | 21.29 | 18.49 | - |
| YUV | 129.1 | 118.91 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 117 | 113 | 0 | 0.26 | 0.29 | 0.38 | 5.22 | 0.19 | 0.53 |
| Hex | 9F | 75 | 71 | 0 | 1A | 1D | 26 | 5 | 13 | 35 |
| Octal | 237 | 165 | 161 | 0 | 32 | 35 | 46 | 5 | 23 | 65 |
| Binary | 10011111 | 1110101 | 1110001 | 0 | 11010 | 11101 | 100110 | 101 | 10011 | 110101 |
Color Harmonies of #9F7571
Complementary color
Monochromatic Colors of #9F7571
Black with #9F7571
Text Example
Text Example
White with #9F7571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7571; }
p { color: rgb(159,117,113); }
H1.HeaderClassName
{
color: #9F7571;
}
.AnyTagClassName
{
color: #9F7571;
}
</style>
background-color css
<style>
a { background-color: #9F7571; }
a { background-color: rgb(159,117,113); }
div.DivClassName
{
background-color: #9F7571;
}
.BgClassName
{
background-color: #9F7571;
}
</style>
border-color css
<style>
span { border-color: #9F7571; }
span { border-color: rgb(159,117,113); }
td.TdClassName
{
border-color: #9F7571;
}
.TagClassName
{
border-color: #9F7571;
}
</style>