Shades of Roof Terracotta #9C4D46
Tints of Roof Terracotta #9C4D46
RGB
CMYK
RGB Variations
Color information
#9C4D46 (or 0x9C4D46) is known color: Roof Terracotta. HEX triplet: 9C, 4D and 46. RGB value is (156,77,70). Sum of RGB (Red+Green+Blue) = 156+77+70=303 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.49% from 303); Green value is 77 (30.47% from 255 or 25.41% from 303); Blue value is 70 (27.73% from 255 or 23.10% from 303); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4D46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C4D46 is #63B2B9. Grayscale: #636363. Windows color (decimal): -6533818 or 4607388. OLE color: 4607388.
HSL color Cylindrical-coordinate representation of color #9C4D46: hue angle of 4.88º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9C4D46 is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 77 | 70 | - |
| CMYK | 0 | 0.51 | 0.55 | 0.39 |
| HSL | 4.88º | 0.38% | 0.44% | - |
| HSV(B) | 4.88º | 0.55% | 0.61% | - |
| XYZ | 17.47 | 12.82 | 7.35 | - |
| YUV | 99.82 | 111.17 | 168.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 77 | 70 | 0 | 0.51 | 0.55 | 0.39 | 4.88 | 0.38 | 0.44 |
| Hex | 9C | 4D | 46 | 0 | 33 | 37 | 27 | 5 | 26 | 2C |
| Octal | 234 | 115 | 106 | 0 | 63 | 67 | 47 | 5 | 46 | 54 |
| Binary | 10011100 | 1001101 | 1000110 | 0 | 110011 | 110111 | 100111 | 101 | 100110 | 101100 |
Color Harmonies of #9C4D46
Complementary color
Monochromatic Colors of #9C4D46
Black with #9C4D46
Text Example
Text Example
White with #9C4D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4D46; }
p { color: rgb(156,77,70); }
H1.HeaderClassName
{
color: #9C4D46;
}
.AnyTagClassName
{
color: #9C4D46;
}
</style>
background-color css
<style>
a { background-color: #9C4D46; }
a { background-color: rgb(156,77,70); }
div.DivClassName
{
background-color: #9C4D46;
}
.BgClassName
{
background-color: #9C4D46;
}
</style>
border-color css
<style>
span { border-color: #9C4D46; }
span { border-color: rgb(156,77,70); }
td.TdClassName
{
border-color: #9C4D46;
}
.TagClassName
{
border-color: #9C4D46;
}
</style>