Shades of Roof Terracotta #9B4844
Tints of Roof Terracotta #9B4844
RGB
CMYK
RGB Variations
Color information
#9B4844 (or 0x9B4844) is known color: Roof Terracotta. HEX triplet: 9B, 48 and 44. RGB value is (155,72,68). Sum of RGB (Red+Green+Blue) = 155+72+68=295 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.54% from 295); Green value is 72 (28.52% from 255 or 24.41% from 295); Blue value is 68 (26.95% from 255 or 23.05% from 295); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4844 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B4844 is #64B7BB. Grayscale: #606060. Windows color (decimal): -6600636 or 4475035. OLE color: 4475035.
HSL color Cylindrical-coordinate representation of color #9B4844: hue angle of 2.76º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9B4844 is Cyan = 0, Magento = 0.54, Yellow = 0.56 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 72 | 68 | - |
| CMYK | 0 | 0.54 | 0.56 | 0.39 |
| HSL | 2.76º | 0.39% | 0.44% | - |
| HSV(B) | 2.76º | 0.56% | 0.61% | - |
| XYZ | 16.88 | 12.02 | 6.9 | - |
| YUV | 96.36 | 112 | 169.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 72 | 68 | 0 | 0.54 | 0.56 | 0.39 | 2.76 | 0.39 | 0.44 |
| Hex | 9B | 48 | 44 | 0 | 36 | 38 | 27 | 3 | 27 | 2C |
| Octal | 233 | 110 | 104 | 0 | 66 | 70 | 47 | 3 | 47 | 54 |
| Binary | 10011011 | 1001000 | 1000100 | 0 | 110110 | 111000 | 100111 | 11 | 100111 | 101100 |
Color Harmonies of #9B4844
Complementary color
Monochromatic Colors of #9B4844
Black with #9B4844
Text Example
Text Example
White with #9B4844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4844; }
p { color: rgb(155,72,68); }
H1.HeaderClassName
{
color: #9B4844;
}
.AnyTagClassName
{
color: #9B4844;
}
</style>
background-color css
<style>
a { background-color: #9B4844; }
a { background-color: rgb(155,72,68); }
div.DivClassName
{
background-color: #9B4844;
}
.BgClassName
{
background-color: #9B4844;
}
</style>
border-color css
<style>
span { border-color: #9B4844; }
span { border-color: rgb(155,72,68); }
td.TdClassName
{
border-color: #9B4844;
}
.TagClassName
{
border-color: #9B4844;
}
</style>