Shades of Roof Terracotta #9B4847
Tints of Roof Terracotta #9B4847
RGB
CMYK
RGB Variations
Color information
#9B4847 (or 0x9B4847) is known color: Roof Terracotta. HEX triplet: 9B, 48 and 47. RGB value is (155,72,71). Sum of RGB (Red+Green+Blue) = 155+72+71=298 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.01% from 298); Green value is 72 (28.52% from 255 or 24.16% from 298); Blue value is 71 (28.12% from 255 or 23.83% from 298); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4847 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B4847 is #64B7B8. Grayscale: #606060. Windows color (decimal): -6600633 or 4671643. OLE color: 4671643.
HSL color Cylindrical-coordinate representation of color #9B4847: hue angle of 0.71º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9B4847 is Cyan = 0, Magento = 0.54, Yellow = 0.54 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 72 | 71 | - |
| CMYK | 0 | 0.54 | 0.54 | 0.39 |
| HSL | 0.71º | 0.37% | 0.44% | - |
| HSV(B) | 0.71º | 0.54% | 0.61% | - |
| XYZ | 16.97 | 12.06 | 7.39 | - |
| YUV | 96.7 | 113.5 | 169.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 72 | 71 | 0 | 0.54 | 0.54 | 0.39 | 0.71 | 0.37 | 0.44 |
| Hex | 9B | 48 | 47 | 0 | 36 | 36 | 27 | 1 | 25 | 2C |
| Octal | 233 | 110 | 107 | 0 | 66 | 66 | 47 | 1 | 45 | 54 |
| Binary | 10011011 | 1001000 | 1000111 | 0 | 110110 | 110110 | 100111 | 1 | 100101 | 101100 |
Color Harmonies of #9B4847
Complementary color
Monochromatic Colors of #9B4847
Black with #9B4847
Text Example
Text Example
White with #9B4847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4847; }
p { color: rgb(155,72,71); }
H1.HeaderClassName
{
color: #9B4847;
}
.AnyTagClassName
{
color: #9B4847;
}
</style>
background-color css
<style>
a { background-color: #9B4847; }
a { background-color: rgb(155,72,71); }
div.DivClassName
{
background-color: #9B4847;
}
.BgClassName
{
background-color: #9B4847;
}
</style>
border-color css
<style>
span { border-color: #9B4847; }
span { border-color: rgb(155,72,71); }
td.TdClassName
{
border-color: #9B4847;
}
.TagClassName
{
border-color: #9B4847;
}
</style>