Shades of Thunderbird #9C3627
Tints of Thunderbird #9C3627
RGB
CMYK
RGB Variations
Color information
#9C3627 (or 0x9C3627) is known color: Thunderbird. HEX triplet: 9C, 36 and 27. RGB value is (156,54,39). Sum of RGB (Red+Green+Blue) = 156+54+39=249 (32% of max value = 765). Red value is 156 (61.33% from 255 or 62.65% from 249); Green value is 54 (21.48% from 255 or 21.69% from 249); Blue value is 39 (15.62% from 255 or 15.66% from 249); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3627 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C3627 is #63C9D8. Grayscale: #525252. Windows color (decimal): -6539737 or 2569884. OLE color: 2569884.
HSL color Cylindrical-coordinate representation of color #9C3627: hue angle of 7.69º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9C3627 is Cyan = 0, Magento = 0.65, Yellow = 0.75 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 54 | 39 | - |
| CMYK | 0 | 0.65 | 0.75 | 0.39 |
| HSL | 7.69º | 0.6% | 0.38% | - |
| HSV(B) | 7.69º | 0.75% | 0.61% | - |
| XYZ | 15.4 | 9.85 | 3.01 | - |
| YUV | 82.79 | 103.29 | 180.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 54 | 39 | 0 | 0.65 | 0.75 | 0.39 | 7.69 | 0.6 | 0.38 |
| Hex | 9C | 36 | 27 | 0 | 41 | 4B | 27 | 8 | 3C | 26 |
| Octal | 234 | 66 | 47 | 0 | 101 | 113 | 47 | 10 | 74 | 46 |
| Binary | 10011100 | 110110 | 100111 | 0 | 1000001 | 1001011 | 100111 | 1000 | 111100 | 100110 |
Color Harmonies of #9C3627
Complementary color
Monochromatic Colors of #9C3627
Black with #9C3627
Text Example
Text Example
White with #9C3627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C3627; }
p { color: rgb(156,54,39); }
H1.HeaderClassName
{
color: #9C3627;
}
.AnyTagClassName
{
color: #9C3627;
}
</style>
background-color css
<style>
a { background-color: #9C3627; }
a { background-color: rgb(156,54,39); }
div.DivClassName
{
background-color: #9C3627;
}
.BgClassName
{
background-color: #9C3627;
}
</style>
border-color css
<style>
span { border-color: #9C3627; }
span { border-color: rgb(156,54,39); }
td.TdClassName
{
border-color: #9C3627;
}
.TagClassName
{
border-color: #9C3627;
}
</style>