Shades of Roof Terracotta #9B4743
Tints of Roof Terracotta #9B4743
RGB
CMYK
RGB Variations
Color information
#9B4743 (or 0x9B4743) is known color: Roof Terracotta. HEX triplet: 9B, 47 and 43. RGB value is (155,71,67). Sum of RGB (Red+Green+Blue) = 155+71+67=293 (38% of max value = 765). Red value is 155 (60.94% from 255 or 52.90% from 293); Green value is 71 (28.12% from 255 or 24.23% from 293); Blue value is 67 (26.56% from 255 or 22.87% from 293); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4743 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B4743 is #64B8BC. Grayscale: #5F5F5F. Windows color (decimal): -6600893 or 4409243. OLE color: 4409243.
HSL color Cylindrical-coordinate representation of color #9B4743: hue angle of 2.73º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9B4743 is Cyan = 0, Magento = 0.54, Yellow = 0.57 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 71 | 67 | - |
| CMYK | 0 | 0.54 | 0.57 | 0.39 |
| HSL | 2.73º | 0.4% | 0.44% | - |
| HSV(B) | 2.73º | 0.57% | 0.61% | - |
| XYZ | 16.78 | 11.88 | 6.72 | - |
| YUV | 95.66 | 111.83 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 71 | 67 | 0 | 0.54 | 0.57 | 0.39 | 2.73 | 0.4 | 0.44 |
| Hex | 9B | 47 | 43 | 0 | 36 | 39 | 27 | 3 | 28 | 2C |
| Octal | 233 | 107 | 103 | 0 | 66 | 71 | 47 | 3 | 50 | 54 |
| Binary | 10011011 | 1000111 | 1000011 | 0 | 110110 | 111001 | 100111 | 11 | 101000 | 101100 |
Color Harmonies of #9B4743
Complementary color
Monochromatic Colors of #9B4743
Black with #9B4743
Text Example
Text Example
White with #9B4743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4743; }
p { color: rgb(155,71,67); }
H1.HeaderClassName
{
color: #9B4743;
}
.AnyTagClassName
{
color: #9B4743;
}
</style>
background-color css
<style>
a { background-color: #9B4743; }
a { background-color: rgb(155,71,67); }
div.DivClassName
{
background-color: #9B4743;
}
.BgClassName
{
background-color: #9B4743;
}
</style>
border-color css
<style>
span { border-color: #9B4743; }
span { border-color: rgb(155,71,67); }
td.TdClassName
{
border-color: #9B4743;
}
.TagClassName
{
border-color: #9B4743;
}
</style>