Shades of Roof Terracotta #9F4C48
Tints of Roof Terracotta #9F4C48
RGB
CMYK
RGB Variations
Color information
#9F4C48 (or 0x9F4C48) is known color: Roof Terracotta. HEX triplet: 9F, 4C and 48. RGB value is (159,76,72). Sum of RGB (Red+Green+Blue) = 159+76+72=307 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.79% from 307); Green value is 76 (30.08% from 255 or 24.76% from 307); Blue value is 72 (28.52% from 255 or 23.45% from 307); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4C48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F4C48 is #60B3B7. Grayscale: #646464. Windows color (decimal): -6337464 or 4738207. OLE color: 4738207.
HSL color Cylindrical-coordinate representation of color #9F4C48: hue angle of 2.76º 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 #9F4C48 is Cyan = 0, Magento = 0.52, Yellow = 0.55 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 76 | 72 | - |
| CMYK | 0 | 0.52 | 0.55 | 0.38 |
| HSL | 2.76º | 0.38% | 0.45% | - |
| HSV(B) | 2.76º | 0.55% | 0.62% | - |
| XYZ | 18.05 | 13.01 | 7.69 | - |
| YUV | 100.36 | 112 | 169.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 76 | 72 | 0 | 0.52 | 0.55 | 0.38 | 2.76 | 0.38 | 0.45 |
| Hex | 9F | 4C | 48 | 0 | 34 | 37 | 26 | 3 | 26 | 2D |
| Octal | 237 | 114 | 110 | 0 | 64 | 67 | 46 | 3 | 46 | 55 |
| Binary | 10011111 | 1001100 | 1001000 | 0 | 110100 | 110111 | 100110 | 11 | 100110 | 101101 |
Color Harmonies of #9F4C48
Complementary color
Monochromatic Colors of #9F4C48
Black with #9F4C48
Text Example
Text Example
White with #9F4C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4C48; }
p { color: rgb(159,76,72); }
H1.HeaderClassName
{
color: #9F4C48;
}
.AnyTagClassName
{
color: #9F4C48;
}
</style>
background-color css
<style>
a { background-color: #9F4C48; }
a { background-color: rgb(159,76,72); }
div.DivClassName
{
background-color: #9F4C48;
}
.BgClassName
{
background-color: #9F4C48;
}
</style>
border-color css
<style>
span { border-color: #9F4C48; }
span { border-color: rgb(159,76,72); }
td.TdClassName
{
border-color: #9F4C48;
}
.TagClassName
{
border-color: #9F4C48;
}
</style>