Shades of Thunderbird #9C3628
Tints of Thunderbird #9C3628
RGB
CMYK
RGB Variations
Color information
#9C3628 (or 0x9C3628) is known color: Thunderbird. HEX triplet: 9C, 36 and 28. RGB value is (156,54,40). Sum of RGB (Red+Green+Blue) = 156+54+40=250 (33% of max value = 765). Red value is 156 (61.33% from 255 or 62.4% from 250); Green value is 54 (21.48% from 255 or 21.6% from 250); Blue value is 40 (16.02% from 255 or 16% from 250); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3628 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C3628 is #63C9D7. Grayscale: #535353. Windows color (decimal): -6539736 or 2635420. OLE color: 2635420.
HSL color Cylindrical-coordinate representation of color #9C3628: hue angle of 7.24º 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 #9C3628 is Cyan = 0, Magento = 0.65, Yellow = 0.74 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 54 | 40 | - |
| CMYK | 0 | 0.65 | 0.74 | 0.39 |
| HSL | 7.24º | 0.59% | 0.38% | - |
| HSV(B) | 7.24º | 0.74% | 0.61% | - |
| XYZ | 15.41 | 9.86 | 3.1 | - |
| YUV | 82.9 | 103.79 | 180.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 54 | 40 | 0 | 0.65 | 0.74 | 0.39 | 7.24 | 0.59 | 0.38 |
| Hex | 9C | 36 | 28 | 0 | 41 | 4A | 27 | 7 | 3B | 26 |
| Octal | 234 | 66 | 50 | 0 | 101 | 112 | 47 | 7 | 73 | 46 |
| Binary | 10011100 | 110110 | 101000 | 0 | 1000001 | 1001010 | 100111 | 111 | 111011 | 100110 |
Color Harmonies of #9C3628
Complementary color
Monochromatic Colors of #9C3628
Black with #9C3628
Text Example
Text Example
White with #9C3628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C3628; }
p { color: rgb(156,54,40); }
H1.HeaderClassName
{
color: #9C3628;
}
.AnyTagClassName
{
color: #9C3628;
}
</style>
background-color css
<style>
a { background-color: #9C3628; }
a { background-color: rgb(156,54,40); }
div.DivClassName
{
background-color: #9C3628;
}
.BgClassName
{
background-color: #9C3628;
}
</style>
border-color css
<style>
span { border-color: #9C3628; }
span { border-color: rgb(156,54,40); }
td.TdClassName
{
border-color: #9C3628;
}
.TagClassName
{
border-color: #9C3628;
}
</style>