Shades of Roof Terracotta #9E4846
Tints of Roof Terracotta #9E4846
RGB
CMYK
RGB Variations
Color information
#9E4846 (or 0x9E4846) is known color: Roof Terracotta. HEX triplet: 9E, 48 and 46. RGB value is (158,72,70). Sum of RGB (Red+Green+Blue) = 158+72+70=300 (39% of max value = 765). Red value is 158 (62.11% from 255 or 52.67% from 300); Green value is 72 (28.52% from 255 or 24% from 300); Blue value is 70 (27.73% from 255 or 23.33% from 300); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4846 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E4846 is #61B7B9. Grayscale: #616161. Windows color (decimal): -6404026 or 4606110. OLE color: 4606110.
HSL color Cylindrical-coordinate representation of color #9E4846: hue angle of 1.36º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9E4846 is Cyan = 0, Magento = 0.54, Yellow = 0.56 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 72 | 70 | - |
| CMYK | 0 | 0.54 | 0.56 | 0.38 |
| HSL | 1.36º | 0.39% | 0.45% | - |
| HSV(B) | 1.36º | 0.56% | 0.62% | - |
| XYZ | 17.52 | 12.35 | 7.25 | - |
| YUV | 97.49 | 112.49 | 171.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 72 | 70 | 0 | 0.54 | 0.56 | 0.38 | 1.36 | 0.39 | 0.45 |
| Hex | 9E | 48 | 46 | 0 | 36 | 38 | 26 | 1 | 27 | 2D |
| Octal | 236 | 110 | 106 | 0 | 66 | 70 | 46 | 1 | 47 | 55 |
| Binary | 10011110 | 1001000 | 1000110 | 0 | 110110 | 111000 | 100110 | 1 | 100111 | 101101 |
Color Harmonies of #9E4846
Complementary color
Monochromatic Colors of #9E4846
Black with #9E4846
Text Example
Text Example
White with #9E4846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4846; }
p { color: rgb(158,72,70); }
H1.HeaderClassName
{
color: #9E4846;
}
.AnyTagClassName
{
color: #9E4846;
}
</style>
background-color css
<style>
a { background-color: #9E4846; }
a { background-color: rgb(158,72,70); }
div.DivClassName
{
background-color: #9E4846;
}
.BgClassName
{
background-color: #9E4846;
}
</style>
border-color css
<style>
span { border-color: #9E4846; }
span { border-color: rgb(158,72,70); }
td.TdClassName
{
border-color: #9E4846;
}
.TagClassName
{
border-color: #9E4846;
}
</style>