Shades of Thunderbird #9C3528
Tints of Thunderbird #9C3528
RGB
CMYK
RGB Variations
Color information
#9C3528 (or 0x9C3528) is known color: Thunderbird. HEX triplet: 9C, 35 and 28. RGB value is (156,53,40). Sum of RGB (Red+Green+Blue) = 156+53+40=249 (32% of max value = 765). Red value is 156 (61.33% from 255 or 62.65% from 249); Green value is 53 (21.09% from 255 or 21.29% from 249); Blue value is 40 (16.02% from 255 or 16.06% from 249); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3528 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C3528 is #63CAD7. Grayscale: #525252. Windows color (decimal): -6539992 or 2635164. OLE color: 2635164.
HSL color Cylindrical-coordinate representation of color #9C3528: hue angle of 6.72º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9C3528 is Cyan = 0, Magento = 0.66, Yellow = 0.74 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 53 | 40 | - |
| CMYK | 0 | 0.66 | 0.74 | 0.39 |
| HSL | 6.72º | 0.59% | 0.38% | - |
| HSV(B) | 6.72º | 0.74% | 0.61% | - |
| XYZ | 15.37 | 9.77 | 3.08 | - |
| YUV | 82.32 | 104.12 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 53 | 40 | 0 | 0.66 | 0.74 | 0.39 | 6.72 | 0.59 | 0.38 |
| Hex | 9C | 35 | 28 | 0 | 42 | 4A | 27 | 7 | 3B | 26 |
| Octal | 234 | 65 | 50 | 0 | 102 | 112 | 47 | 7 | 73 | 46 |
| Binary | 10011100 | 110101 | 101000 | 0 | 1000010 | 1001010 | 100111 | 111 | 111011 | 100110 |
Color Harmonies of #9C3528
Complementary color
Monochromatic Colors of #9C3528
Black with #9C3528
Text Example
Text Example
White with #9C3528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C3528; }
p { color: rgb(156,53,40); }
H1.HeaderClassName
{
color: #9C3528;
}
.AnyTagClassName
{
color: #9C3528;
}
</style>
background-color css
<style>
a { background-color: #9C3528; }
a { background-color: rgb(156,53,40); }
div.DivClassName
{
background-color: #9C3528;
}
.BgClassName
{
background-color: #9C3528;
}
</style>
border-color css
<style>
span { border-color: #9C3528; }
span { border-color: rgb(156,53,40); }
td.TdClassName
{
border-color: #9C3528;
}
.TagClassName
{
border-color: #9C3528;
}
</style>