Shades of Roof Terracotta #9F4847
Tints of Roof Terracotta #9F4847
RGB
CMYK
RGB Variations
Color information
#9F4847 (or 0x9F4847) is known color: Roof Terracotta. HEX triplet: 9F, 48 and 47. RGB value is (159,72,71). Sum of RGB (Red+Green+Blue) = 159+72+71=302 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.65% from 302); Green value is 72 (28.52% from 255 or 23.84% from 302); Blue value is 71 (28.12% from 255 or 23.51% from 302); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4847 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F4847 is #60B7B8. Grayscale: #616161. Windows color (decimal): -6338489 or 4671647. OLE color: 4671647.
HSL color Cylindrical-coordinate representation of color #9F4847: hue angle of 0.68º 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 #9F4847 is Cyan = 0, Magento = 0.55, Yellow = 0.55 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 72 | 71 | - |
| CMYK | 0 | 0.55 | 0.55 | 0.38 |
| HSL | 0.68º | 0.38% | 0.45% | - |
| HSV(B) | 0.68º | 0.55% | 0.62% | - |
| XYZ | 17.75 | 12.46 | 7.43 | - |
| YUV | 97.9 | 112.82 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 72 | 71 | 0 | 0.55 | 0.55 | 0.38 | 0.68 | 0.38 | 0.45 |
| Hex | 9F | 48 | 47 | 0 | 37 | 37 | 26 | 1 | 26 | 2D |
| Octal | 237 | 110 | 107 | 0 | 67 | 67 | 46 | 1 | 46 | 55 |
| Binary | 10011111 | 1001000 | 1000111 | 0 | 110111 | 110111 | 100110 | 1 | 100110 | 101101 |
Color Harmonies of #9F4847
Complementary color
Monochromatic Colors of #9F4847
Black with #9F4847
Text Example
Text Example
White with #9F4847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4847; }
p { color: rgb(159,72,71); }
H1.HeaderClassName
{
color: #9F4847;
}
.AnyTagClassName
{
color: #9F4847;
}
</style>
background-color css
<style>
a { background-color: #9F4847; }
a { background-color: rgb(159,72,71); }
div.DivClassName
{
background-color: #9F4847;
}
.BgClassName
{
background-color: #9F4847;
}
</style>
border-color css
<style>
span { border-color: #9F4847; }
span { border-color: rgb(159,72,71); }
td.TdClassName
{
border-color: #9F4847;
}
.TagClassName
{
border-color: #9F4847;
}
</style>