Shades of Thunderbird #9C3625
Tints of Thunderbird #9C3625
RGB
CMYK
RGB Variations
Color information
#9C3625 (or 0x9C3625) is known color: Thunderbird. HEX triplet: 9C, 36 and 25. RGB value is (156,54,37). Sum of RGB (Red+Green+Blue) = 156+54+37=247 (32% of max value = 765). Red value is 156 (61.33% from 255 or 63.16% from 247); Green value is 54 (21.48% from 255 or 21.86% from 247); Blue value is 37 (14.84% from 255 or 14.98% from 247); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3625 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C3625 is #63C9DA. Grayscale: #525252. Windows color (decimal): -6539739 or 2438812. OLE color: 2438812.
HSL color Cylindrical-coordinate representation of color #9C3625: hue angle of 8.57º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9C3625 is Cyan = 0, Magento = 0.65, Yellow = 0.76 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 54 | 37 | - |
| CMYK | 0 | 0.65 | 0.76 | 0.39 |
| HSL | 8.57º | 0.62% | 0.38% | - |
| HSV(B) | 8.57º | 0.76% | 0.61% | - |
| XYZ | 15.36 | 9.84 | 2.84 | - |
| YUV | 82.56 | 102.29 | 180.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 54 | 37 | 0 | 0.65 | 0.76 | 0.39 | 8.57 | 0.62 | 0.38 |
| Hex | 9C | 36 | 25 | 0 | 41 | 4C | 27 | 9 | 3E | 26 |
| Octal | 234 | 66 | 45 | 0 | 101 | 114 | 47 | 11 | 76 | 46 |
| Binary | 10011100 | 110110 | 100101 | 0 | 1000001 | 1001100 | 100111 | 1001 | 111110 | 100110 |
Color Harmonies of #9C3625
Complementary color
Monochromatic Colors of #9C3625
Black with #9C3625
Text Example
Text Example
White with #9C3625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C3625; }
p { color: rgb(156,54,37); }
H1.HeaderClassName
{
color: #9C3625;
}
.AnyTagClassName
{
color: #9C3625;
}
</style>
background-color css
<style>
a { background-color: #9C3625; }
a { background-color: rgb(156,54,37); }
div.DivClassName
{
background-color: #9C3625;
}
.BgClassName
{
background-color: #9C3625;
}
</style>
border-color css
<style>
span { border-color: #9C3625; }
span { border-color: rgb(156,54,37); }
td.TdClassName
{
border-color: #9C3625;
}
.TagClassName
{
border-color: #9C3625;
}
</style>