Shades of Roof Terracotta #9F4D47
Tints of Roof Terracotta #9F4D47
RGB
CMYK
RGB Variations
Color information
#9F4D47 (or 0x9F4D47) is known color: Roof Terracotta. HEX triplet: 9F, 4D and 47. RGB value is (159,77,71). Sum of RGB (Red+Green+Blue) = 159+77+71=307 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.79% from 307); Green value is 77 (30.47% from 255 or 25.08% from 307); Blue value is 71 (28.12% from 255 or 23.13% from 307); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4D47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F4D47 is #60B2B8. Grayscale: #646464. Windows color (decimal): -6337209 or 4672927. OLE color: 4672927.
HSL color Cylindrical-coordinate representation of color #9F4D47: hue angle of 4.09º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9F4D47 is Cyan = 0, Magento = 0.52, Yellow = 0.55 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 77 | 71 | - |
| CMYK | 0 | 0.52 | 0.55 | 0.38 |
| HSL | 4.09º | 0.38% | 0.45% | - |
| HSV(B) | 4.09º | 0.55% | 0.62% | - |
| XYZ | 18.09 | 13.13 | 7.54 | - |
| YUV | 100.83 | 111.17 | 169.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 77 | 71 | 0 | 0.52 | 0.55 | 0.38 | 4.09 | 0.38 | 0.45 |
| Hex | 9F | 4D | 47 | 0 | 34 | 37 | 26 | 4 | 26 | 2D |
| Octal | 237 | 115 | 107 | 0 | 64 | 67 | 46 | 4 | 46 | 55 |
| Binary | 10011111 | 1001101 | 1000111 | 0 | 110100 | 110111 | 100110 | 100 | 100110 | 101101 |
Color Harmonies of #9F4D47
Complementary color
Monochromatic Colors of #9F4D47
Black with #9F4D47
Text Example
Text Example
White with #9F4D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4D47; }
p { color: rgb(159,77,71); }
H1.HeaderClassName
{
color: #9F4D47;
}
.AnyTagClassName
{
color: #9F4D47;
}
</style>
background-color css
<style>
a { background-color: #9F4D47; }
a { background-color: rgb(159,77,71); }
div.DivClassName
{
background-color: #9F4D47;
}
.BgClassName
{
background-color: #9F4D47;
}
</style>
border-color css
<style>
span { border-color: #9F4D47; }
span { border-color: rgb(159,77,71); }
td.TdClassName
{
border-color: #9F4D47;
}
.TagClassName
{
border-color: #9F4D47;
}
</style>