Shades of Roof Terracotta #9A4A47
Tints of Roof Terracotta #9A4A47
RGB
CMYK
RGB Variations
Color information
#9A4A47 (or 0x9A4A47) is known color: Roof Terracotta. HEX triplet: 9A, 4A and 47. RGB value is (154,74,71). Sum of RGB (Red+Green+Blue) = 154+74+71=299 (39% of max value = 765). Red value is 154 (60.55% from 255 or 51.51% from 299); Green value is 74 (29.30% from 255 or 24.75% from 299); Blue value is 71 (28.12% from 255 or 23.75% from 299); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4A47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A4A47 is #65B5B8. Grayscale: #616161. Windows color (decimal): -6665657 or 4672154. OLE color: 4672154.
HSL color Cylindrical-coordinate representation of color #9A4A47: hue angle of 2.17º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9A4A47 is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 74 | 71 | - |
| CMYK | 0 | 0.52 | 0.54 | 0.40 |
| HSL | 2.17º | 0.37% | 0.44% | - |
| HSV(B) | 2.17º | 0.54% | 0.6% | - |
| XYZ | 16.91 | 12.22 | 7.43 | - |
| YUV | 97.58 | 113 | 168.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 74 | 71 | 0 | 0.52 | 0.54 | 0.40 | 2.17 | 0.37 | 0.44 |
| Hex | 9A | 4A | 47 | 0 | 34 | 36 | 28 | 2 | 25 | 2C |
| Octal | 232 | 112 | 107 | 0 | 64 | 66 | 50 | 2 | 45 | 54 |
| Binary | 10011010 | 1001010 | 1000111 | 0 | 110100 | 110110 | 101000 | 10 | 100101 | 101100 |
Color Harmonies of #9A4A47
Complementary color
Monochromatic Colors of #9A4A47
Black with #9A4A47
Text Example
Text Example
White with #9A4A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A4A47; }
p { color: rgb(154,74,71); }
H1.HeaderClassName
{
color: #9A4A47;
}
.AnyTagClassName
{
color: #9A4A47;
}
</style>
background-color css
<style>
a { background-color: #9A4A47; }
a { background-color: rgb(154,74,71); }
div.DivClassName
{
background-color: #9A4A47;
}
.BgClassName
{
background-color: #9A4A47;
}
</style>
border-color css
<style>
span { border-color: #9A4A47; }
span { border-color: rgb(154,74,71); }
td.TdClassName
{
border-color: #9A4A47;
}
.TagClassName
{
border-color: #9A4A47;
}
</style>