Shades of Roof Terracotta #9E4A47
Tints of Roof Terracotta #9E4A47
RGB
CMYK
RGB Variations
Color information
#9E4A47 (or 0x9E4A47) is known color: Roof Terracotta. HEX triplet: 9E, 4A and 47. RGB value is (158,74,71). Sum of RGB (Red+Green+Blue) = 158+74+71=303 (40% of max value = 765). Red value is 158 (62.11% from 255 or 52.15% from 303); Green value is 74 (29.30% from 255 or 24.42% from 303); Blue value is 71 (28.12% from 255 or 23.43% from 303); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4A47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E4A47 is #61B5B8. Grayscale: #626262. Windows color (decimal): -6403513 or 4672158. OLE color: 4672158.
HSL color Cylindrical-coordinate representation of color #9E4A47: hue angle of 2.07º 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 #9E4A47 is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 74 | 71 | - |
| CMYK | 0 | 0.53 | 0.55 | 0.38 |
| HSL | 2.07º | 0.38% | 0.45% | - |
| HSV(B) | 2.07º | 0.55% | 0.62% | - |
| XYZ | 17.69 | 12.62 | 7.47 | - |
| YUV | 98.77 | 112.33 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 74 | 71 | 0 | 0.53 | 0.55 | 0.38 | 2.07 | 0.38 | 0.45 |
| Hex | 9E | 4A | 47 | 0 | 35 | 37 | 26 | 2 | 26 | 2D |
| Octal | 236 | 112 | 107 | 0 | 65 | 67 | 46 | 2 | 46 | 55 |
| Binary | 10011110 | 1001010 | 1000111 | 0 | 110101 | 110111 | 100110 | 10 | 100110 | 101101 |
Color Harmonies of #9E4A47
Complementary color
Monochromatic Colors of #9E4A47
Black with #9E4A47
Text Example
Text Example
White with #9E4A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4A47; }
p { color: rgb(158,74,71); }
H1.HeaderClassName
{
color: #9E4A47;
}
.AnyTagClassName
{
color: #9E4A47;
}
</style>
background-color css
<style>
a { background-color: #9E4A47; }
a { background-color: rgb(158,74,71); }
div.DivClassName
{
background-color: #9E4A47;
}
.BgClassName
{
background-color: #9E4A47;
}
</style>
border-color css
<style>
span { border-color: #9E4A47; }
span { border-color: rgb(158,74,71); }
td.TdClassName
{
border-color: #9E4A47;
}
.TagClassName
{
border-color: #9E4A47;
}
</style>