Shades of Roof Terracotta #9A4945
Tints of Roof Terracotta #9A4945
RGB
CMYK
RGB Variations
Color information
#9A4945 (or 0x9A4945) is known color: Roof Terracotta. HEX triplet: 9A, 49 and 45. RGB value is (154,73,69). Sum of RGB (Red+Green+Blue) = 154+73+69=296 (39% of max value = 765). Red value is 154 (60.55% from 255 or 52.03% from 296); Green value is 73 (28.91% from 255 or 24.66% from 296); Blue value is 69 (27.34% from 255 or 23.31% from 296); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4945 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A4945 is #65B6BA. Grayscale: #606060. Windows color (decimal): -6665915 or 4540826. OLE color: 4540826.
HSL color Cylindrical-coordinate representation of color #9A4945: hue angle of 2.82º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9A4945 is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 73 | 69 | - |
| CMYK | 0 | 0.53 | 0.55 | 0.40 |
| HSL | 2.82º | 0.38% | 0.44% | - |
| HSV(B) | 2.82º | 0.55% | 0.6% | - |
| XYZ | 16.78 | 12.06 | 7.07 | - |
| YUV | 96.76 | 112.34 | 168.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 73 | 69 | 0 | 0.53 | 0.55 | 0.40 | 2.82 | 0.38 | 0.44 |
| Hex | 9A | 49 | 45 | 0 | 35 | 37 | 28 | 3 | 26 | 2C |
| Octal | 232 | 111 | 105 | 0 | 65 | 67 | 50 | 3 | 46 | 54 |
| Binary | 10011010 | 1001001 | 1000101 | 0 | 110101 | 110111 | 101000 | 11 | 100110 | 101100 |
Color Harmonies of #9A4945
Complementary color
Monochromatic Colors of #9A4945
Black with #9A4945
Text Example
Text Example
White with #9A4945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A4945; }
p { color: rgb(154,73,69); }
H1.HeaderClassName
{
color: #9A4945;
}
.AnyTagClassName
{
color: #9A4945;
}
</style>
background-color css
<style>
a { background-color: #9A4945; }
a { background-color: rgb(154,73,69); }
div.DivClassName
{
background-color: #9A4945;
}
.BgClassName
{
background-color: #9A4945;
}
</style>
border-color css
<style>
span { border-color: #9A4945; }
span { border-color: rgb(154,73,69); }
td.TdClassName
{
border-color: #9A4945;
}
.TagClassName
{
border-color: #9A4945;
}
</style>