Shades of Roof Terracotta #9F4D41
Tints of Roof Terracotta #9F4D41
RGB
CMYK
RGB Variations
Color information
#9F4D41 (or 0x9F4D41) is known color: Roof Terracotta. HEX triplet: 9F, 4D and 41. RGB value is (159,77,65). Sum of RGB (Red+Green+Blue) = 159+77+65=301 (39% of max value = 765). Red value is 159 (62.5% from 255 or 52.82% from 301); Green value is 77 (30.47% from 255 or 25.58% from 301); Blue value is 65 (25.78% from 255 or 21.59% from 301); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4D41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F4D41 is #60B2BE. Grayscale: #646464. Windows color (decimal): -6337215 or 4279711. OLE color: 4279711.
HSL color Cylindrical-coordinate representation of color #9F4D41: hue angle of 7.66º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9F4D41 is Cyan = 0, Magento = 0.52, Yellow = 0.59 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 77 | 65 | - |
| CMYK | 0 | 0.52 | 0.59 | 0.38 |
| HSL | 7.66º | 0.42% | 0.44% | - |
| HSV(B) | 7.66º | 0.59% | 0.62% | - |
| XYZ | 17.91 | 13.06 | 6.58 | - |
| YUV | 100.15 | 108.17 | 169.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 77 | 65 | 0 | 0.52 | 0.59 | 0.38 | 7.66 | 0.42 | 0.44 |
| Hex | 9F | 4D | 41 | 0 | 34 | 3B | 26 | 8 | 2A | 2C |
| Octal | 237 | 115 | 101 | 0 | 64 | 73 | 46 | 10 | 52 | 54 |
| Binary | 10011111 | 1001101 | 1000001 | 0 | 110100 | 111011 | 100110 | 1000 | 101010 | 101100 |
Color Harmonies of #9F4D41
Complementary color
Monochromatic Colors of #9F4D41
Black with #9F4D41
Text Example
Text Example
White with #9F4D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4D41; }
p { color: rgb(159,77,65); }
H1.HeaderClassName
{
color: #9F4D41;
}
.AnyTagClassName
{
color: #9F4D41;
}
</style>
background-color css
<style>
a { background-color: #9F4D41; }
a { background-color: rgb(159,77,65); }
div.DivClassName
{
background-color: #9F4D41;
}
.BgClassName
{
background-color: #9F4D41;
}
</style>
border-color css
<style>
span { border-color: #9F4D41; }
span { border-color: rgb(159,77,65); }
td.TdClassName
{
border-color: #9F4D41;
}
.TagClassName
{
border-color: #9F4D41;
}
</style>