Shades of Roof Terracotta #9F4743
Tints of Roof Terracotta #9F4743
RGB
CMYK
RGB Variations
Color information
#9F4743 (or 0x9F4743) is known color: Roof Terracotta. HEX triplet: 9F, 47 and 43. RGB value is (159,71,67). Sum of RGB (Red+Green+Blue) = 159+71+67=297 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.54% from 297); Green value is 71 (28.12% from 255 or 23.91% from 297); Blue value is 67 (26.56% from 255 or 22.56% from 297); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4743 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F4743 is #60B8BC. Grayscale: #606060. Windows color (decimal): -6338749 or 4409247. OLE color: 4409247.
HSL color Cylindrical-coordinate representation of color #9F4743: hue angle of 2.61º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9F4743 is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 71 | 67 | - |
| CMYK | 0 | 0.55 | 0.58 | 0.38 |
| HSL | 2.61º | 0.41% | 0.44% | - |
| HSV(B) | 2.61º | 0.58% | 0.62% | - |
| XYZ | 17.56 | 12.28 | 6.76 | - |
| YUV | 96.86 | 111.15 | 172.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 71 | 67 | 0 | 0.55 | 0.58 | 0.38 | 2.61 | 0.41 | 0.44 |
| Hex | 9F | 47 | 43 | 0 | 37 | 3A | 26 | 3 | 29 | 2C |
| Octal | 237 | 107 | 103 | 0 | 67 | 72 | 46 | 3 | 51 | 54 |
| Binary | 10011111 | 1000111 | 1000011 | 0 | 110111 | 111010 | 100110 | 11 | 101001 | 101100 |
Color Harmonies of #9F4743
Complementary color
Monochromatic Colors of #9F4743
Black with #9F4743
Text Example
Text Example
White with #9F4743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4743; }
p { color: rgb(159,71,67); }
H1.HeaderClassName
{
color: #9F4743;
}
.AnyTagClassName
{
color: #9F4743;
}
</style>
background-color css
<style>
a { background-color: #9F4743; }
a { background-color: rgb(159,71,67); }
div.DivClassName
{
background-color: #9F4743;
}
.BgClassName
{
background-color: #9F4743;
}
</style>
border-color css
<style>
span { border-color: #9F4743; }
span { border-color: rgb(159,71,67); }
td.TdClassName
{
border-color: #9F4743;
}
.TagClassName
{
border-color: #9F4743;
}
</style>