Shades of Thunderbird #923C37
Tints of Thunderbird #923C37
RGB
CMYK
RGB Variations
Color information
#923C37 (or 0x923C37) is known color: Thunderbird. HEX triplet: 92, 3C and 37. RGB value is (146,60,55). Sum of RGB (Red+Green+Blue) = 146+60+55=261 (34% of max value = 765). Red value is 146 (57.42% from 255 or 55.94% from 261); Green value is 60 (23.83% from 255 or 22.99% from 261); Blue value is 55 (21.88% from 255 or 21.07% from 261); Max value from RGB is 146 - color contains mainly: red. Hex color #923C37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #923C37 is #6DC3C8. Grayscale: #555555. Windows color (decimal): -7193545 or 3619986. OLE color: 3619986.
HSL color Cylindrical-coordinate representation of color #923C37: hue angle of 3.3º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #923C37 is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 60 | 55 | - |
| CMYK | 0 | 0.59 | 0.62 | 0.43 |
| HSL | 3.3º | 0.45% | 0.39% | - |
| HSV(B) | 3.3º | 0.62% | 0.57% | - |
| XYZ | 14.16 | 9.62 | 4.72 | - |
| YUV | 85.14 | 110.99 | 171.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 60 | 55 | 0 | 0.59 | 0.62 | 0.43 | 3.3 | 0.45 | 0.39 |
| Hex | 92 | 3C | 37 | 0 | 3B | 3E | 2B | 3 | 2D | 27 |
| Octal | 222 | 74 | 67 | 0 | 73 | 76 | 53 | 3 | 55 | 47 |
| Binary | 10010010 | 111100 | 110111 | 0 | 111011 | 111110 | 101011 | 11 | 101101 | 100111 |
Color Harmonies of #923C37
Complementary color
Monochromatic Colors of #923C37
Black with #923C37
Text Example
Text Example
White with #923C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923C37; }
p { color: rgb(146,60,55); }
H1.HeaderClassName
{
color: #923C37;
}
.AnyTagClassName
{
color: #923C37;
}
</style>
background-color css
<style>
a { background-color: #923C37; }
a { background-color: rgb(146,60,55); }
div.DivClassName
{
background-color: #923C37;
}
.BgClassName
{
background-color: #923C37;
}
</style>
border-color css
<style>
span { border-color: #923C37; }
span { border-color: rgb(146,60,55); }
td.TdClassName
{
border-color: #923C37;
}
.TagClassName
{
border-color: #923C37;
}
</style>