Shades of Roof Terracotta #9C4844
Tints of Roof Terracotta #9C4844
RGB
CMYK
RGB Variations
Color information
#9C4844 (or 0x9C4844) is known color: Roof Terracotta. HEX triplet: 9C, 48 and 44. RGB value is (156,72,68). Sum of RGB (Red+Green+Blue) = 156+72+68=296 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.70% from 296); Green value is 72 (28.52% from 255 or 24.32% from 296); Blue value is 68 (26.95% from 255 or 22.97% from 296); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4844 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C4844 is #63B7BB. Grayscale: #606060. Windows color (decimal): -6535100 or 4475036. OLE color: 4475036.
HSL color Cylindrical-coordinate representation of color #9C4844: hue angle of 2.73º 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 #9C4844 is Cyan = 0, Magento = 0.54, Yellow = 0.56 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 72 | 68 | - |
| CMYK | 0 | 0.54 | 0.56 | 0.39 |
| HSL | 2.73º | 0.39% | 0.44% | - |
| HSV(B) | 2.73º | 0.56% | 0.61% | - |
| XYZ | 17.07 | 12.12 | 6.91 | - |
| YUV | 96.66 | 111.83 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 72 | 68 | 0 | 0.54 | 0.56 | 0.39 | 2.73 | 0.39 | 0.44 |
| Hex | 9C | 48 | 44 | 0 | 36 | 38 | 27 | 3 | 27 | 2C |
| Octal | 234 | 110 | 104 | 0 | 66 | 70 | 47 | 3 | 47 | 54 |
| Binary | 10011100 | 1001000 | 1000100 | 0 | 110110 | 111000 | 100111 | 11 | 100111 | 101100 |
Color Harmonies of #9C4844
Complementary color
Monochromatic Colors of #9C4844
Black with #9C4844
Text Example
Text Example
White with #9C4844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4844; }
p { color: rgb(156,72,68); }
H1.HeaderClassName
{
color: #9C4844;
}
.AnyTagClassName
{
color: #9C4844;
}
</style>
background-color css
<style>
a { background-color: #9C4844; }
a { background-color: rgb(156,72,68); }
div.DivClassName
{
background-color: #9C4844;
}
.BgClassName
{
background-color: #9C4844;
}
</style>
border-color css
<style>
span { border-color: #9C4844; }
span { border-color: rgb(156,72,68); }
td.TdClassName
{
border-color: #9C4844;
}
.TagClassName
{
border-color: #9C4844;
}
</style>