Shades of Roof Terracotta #9C4444
Tints of Roof Terracotta #9C4444
RGB
CMYK
RGB Variations
Color information
#9C4444 (or 0x9C4444) is known color: Roof Terracotta. HEX triplet: 9C, 44 and 44. RGB value is (156,68,68). Sum of RGB (Red+Green+Blue) = 156+68+68=292 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.42% from 292); Green value is 68 (26.95% from 255 or 23.29% from 292); Blue value is 68 (26.95% from 255 or 23.29% from 292); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4444 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C4444 is #63BBBB. Grayscale: #5E5E5E. Windows color (decimal): -6536124 or 4474012. OLE color: 4474012.
HSL color Cylindrical-coordinate representation of color #9C4444: hue angle of 0º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9C4444 is Cyan = 0, Magento = 0.56, Yellow = 0.56 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 68 | 68 | - |
| CMYK | 0 | 0.56 | 0.56 | 0.39 |
| HSL | 0º | 0.39% | 0.44% | - |
| HSV(B) | 0º | 0.56% | 0.61% | - |
| XYZ | 16.82 | 11.62 | 6.83 | - |
| YUV | 94.31 | 113.15 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 68 | 68 | 0 | 0.56 | 0.56 | 0.39 | 0 | 0.39 | 0.44 |
| Hex | 9C | 44 | 44 | 0 | 38 | 38 | 27 | 0 | 27 | 2C |
| Octal | 234 | 104 | 104 | 0 | 70 | 70 | 47 | 0 | 47 | 54 |
| Binary | 10011100 | 1000100 | 1000100 | 0 | 111000 | 111000 | 100111 | 0 | 100111 | 101100 |
Color Harmonies of #9C4444
Complementary color
Monochromatic Colors of #9C4444
Black with #9C4444
Text Example
Text Example
White with #9C4444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4444; }
p { color: rgb(156,68,68); }
H1.HeaderClassName
{
color: #9C4444;
}
.AnyTagClassName
{
color: #9C4444;
}
</style>
background-color css
<style>
a { background-color: #9C4444; }
a { background-color: rgb(156,68,68); }
div.DivClassName
{
background-color: #9C4444;
}
.BgClassName
{
background-color: #9C4444;
}
</style>
border-color css
<style>
span { border-color: #9C4444; }
span { border-color: rgb(156,68,68); }
td.TdClassName
{
border-color: #9C4444;
}
.TagClassName
{
border-color: #9C4444;
}
</style>