Shades of Roof Terracotta #9C4341
Tints of Roof Terracotta #9C4341
RGB
CMYK
RGB Variations
Color information
#9C4341 (or 0x9C4341) is known color: Roof Terracotta. HEX triplet: 9C, 43 and 41. RGB value is (156,67,65). Sum of RGB (Red+Green+Blue) = 156+67+65=288 (38% of max value = 765). Red value is 156 (61.33% from 255 or 54.17% from 288); Green value is 67 (26.56% from 255 or 23.26% from 288); Blue value is 65 (25.78% from 255 or 22.57% from 288); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4341 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C4341 is #63BCBE. Grayscale: #5D5D5D. Windows color (decimal): -6536383 or 4277148. OLE color: 4277148.
HSL color Cylindrical-coordinate representation of color #9C4341: hue angle of 1.32º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9C4341 is Cyan = 0, Magento = 0.57, Yellow = 0.58 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 67 | 65 | - |
| CMYK | 0 | 0.57 | 0.58 | 0.39 |
| HSL | 1.32º | 0.41% | 0.43% | - |
| HSV(B) | 1.32º | 0.58% | 0.61% | - |
| XYZ | 16.67 | 11.46 | 6.34 | - |
| YUV | 93.38 | 111.99 | 172.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 67 | 65 | 0 | 0.57 | 0.58 | 0.39 | 1.32 | 0.41 | 0.43 |
| Hex | 9C | 43 | 41 | 0 | 39 | 3A | 27 | 1 | 29 | 2B |
| Octal | 234 | 103 | 101 | 0 | 71 | 72 | 47 | 1 | 51 | 53 |
| Binary | 10011100 | 1000011 | 1000001 | 0 | 111001 | 111010 | 100111 | 1 | 101001 | 101011 |
Color Harmonies of #9C4341
Complementary color
Monochromatic Colors of #9C4341
Black with #9C4341
Text Example
Text Example
White with #9C4341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4341; }
p { color: rgb(156,67,65); }
H1.HeaderClassName
{
color: #9C4341;
}
.AnyTagClassName
{
color: #9C4341;
}
</style>
background-color css
<style>
a { background-color: #9C4341; }
a { background-color: rgb(156,67,65); }
div.DivClassName
{
background-color: #9C4341;
}
.BgClassName
{
background-color: #9C4341;
}
</style>
border-color css
<style>
span { border-color: #9C4341; }
span { border-color: rgb(156,67,65); }
td.TdClassName
{
border-color: #9C4341;
}
.TagClassName
{
border-color: #9C4341;
}
</style>