Shades of Roof Terracotta #954747
Tints of Roof Terracotta #954747
RGB
CMYK
RGB Variations
Color information
#954747 (or 0x954747) is known color: Roof Terracotta. HEX triplet: 95, 47 and 47. RGB value is (149,71,71). Sum of RGB (Red+Green+Blue) = 149+71+71=291 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.20% from 291); Green value is 71 (28.12% from 255 or 24.40% from 291); Blue value is 71 (28.12% from 255 or 24.40% from 291); Max value from RGB is 149 - color contains mainly: red. Hex color #954747 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954747 is #6AB8B8. Grayscale: #5E5E5E. Windows color (decimal): -6994105 or 4671381. OLE color: 4671381.
HSL color Cylindrical-coordinate representation of color #954747: hue angle of 0º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #954747 is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 71 | 71 | - |
| CMYK | 0 | 0.52 | 0.52 | 0.42 |
| HSL | 0º | 0.35% | 0.43% | - |
| HSV(B) | 0º | 0.52% | 0.58% | - |
| XYZ | 15.79 | 11.35 | 7.32 | - |
| YUV | 94.32 | 114.84 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 71 | 71 | 0 | 0.52 | 0.52 | 0.42 | 0 | 0.35 | 0.43 |
| Hex | 95 | 47 | 47 | 0 | 34 | 34 | 2A | 0 | 23 | 2B |
| Octal | 225 | 107 | 107 | 0 | 64 | 64 | 52 | 0 | 43 | 53 |
| Binary | 10010101 | 1000111 | 1000111 | 0 | 110100 | 110100 | 101010 | 0 | 100011 | 101011 |
Color Harmonies of #954747
Complementary color
Monochromatic Colors of #954747
Black with #954747
Text Example
Text Example
White with #954747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954747; }
p { color: rgb(149,71,71); }
H1.HeaderClassName
{
color: #954747;
}
.AnyTagClassName
{
color: #954747;
}
</style>
background-color css
<style>
a { background-color: #954747; }
a { background-color: rgb(149,71,71); }
div.DivClassName
{
background-color: #954747;
}
.BgClassName
{
background-color: #954747;
}
</style>
border-color css
<style>
span { border-color: #954747; }
span { border-color: rgb(149,71,71); }
td.TdClassName
{
border-color: #954747;
}
.TagClassName
{
border-color: #954747;
}
</style>