Shades of Roof Terracotta #9E4D43
Tints of Roof Terracotta #9E4D43
RGB
CMYK
RGB Variations
Color information
#9E4D43 (or 0x9E4D43) is known color: Roof Terracotta. HEX triplet: 9E, 4D and 43. RGB value is (158,77,67). Sum of RGB (Red+Green+Blue) = 158+77+67=302 (40% of max value = 765). Red value is 158 (62.11% from 255 or 52.32% from 302); Green value is 77 (30.47% from 255 or 25.50% from 302); Blue value is 67 (26.56% from 255 or 22.19% from 302); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4D43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E4D43 is #61B2BC. Grayscale: #646464. Windows color (decimal): -6402749 or 4410782. OLE color: 4410782.
HSL color Cylindrical-coordinate representation of color #9E4D43: hue angle of 6.59º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9E4D43 is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 77 | 67 | - |
| CMYK | 0 | 0.51 | 0.58 | 0.38 |
| HSL | 6.59º | 0.4% | 0.44% | - |
| HSV(B) | 6.59º | 0.58% | 0.62% | - |
| XYZ | 17.77 | 12.98 | 6.88 | - |
| YUV | 100.08 | 109.34 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 77 | 67 | 0 | 0.51 | 0.58 | 0.38 | 6.59 | 0.4 | 0.44 |
| Hex | 9E | 4D | 43 | 0 | 33 | 3A | 26 | 7 | 28 | 2C |
| Octal | 236 | 115 | 103 | 0 | 63 | 72 | 46 | 7 | 50 | 54 |
| Binary | 10011110 | 1001101 | 1000011 | 0 | 110011 | 111010 | 100110 | 111 | 101000 | 101100 |
Color Harmonies of #9E4D43
Complementary color
Monochromatic Colors of #9E4D43
Black with #9E4D43
Text Example
Text Example
White with #9E4D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4D43; }
p { color: rgb(158,77,67); }
H1.HeaderClassName
{
color: #9E4D43;
}
.AnyTagClassName
{
color: #9E4D43;
}
</style>
background-color css
<style>
a { background-color: #9E4D43; }
a { background-color: rgb(158,77,67); }
div.DivClassName
{
background-color: #9E4D43;
}
.BgClassName
{
background-color: #9E4D43;
}
</style>
border-color css
<style>
span { border-color: #9E4D43; }
span { border-color: rgb(158,77,67); }
td.TdClassName
{
border-color: #9E4D43;
}
.TagClassName
{
border-color: #9E4D43;
}
</style>