Shades of Thunderbird #923C33
Tints of Thunderbird #923C33
RGB
CMYK
RGB Variations
Color information
#923C33 (or 0x923C33) is known color: Thunderbird. HEX triplet: 92, 3C and 33. RGB value is (146,60,51). Sum of RGB (Red+Green+Blue) = 146+60+51=257 (34% of max value = 765). Red value is 146 (57.42% from 255 or 56.81% from 257); Green value is 60 (23.83% from 255 or 23.35% from 257); Blue value is 51 (20.31% from 255 or 19.84% from 257); Max value from RGB is 146 - color contains mainly: red. Hex color #923C33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #923C33 is #6DC3CC. Grayscale: #545454. Windows color (decimal): -7193549 or 3357842. OLE color: 3357842.
HSL color Cylindrical-coordinate representation of color #923C33: hue angle of 5.68º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #923C33 is Cyan = 0, Magento = 0.59, Yellow = 0.65 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 60 | 51 | - |
| CMYK | 0 | 0.59 | 0.65 | 0.43 |
| HSL | 5.68º | 0.48% | 0.39% | - |
| HSV(B) | 5.68º | 0.65% | 0.57% | - |
| XYZ | 14.07 | 9.58 | 4.24 | - |
| YUV | 84.69 | 108.99 | 171.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 60 | 51 | 0 | 0.59 | 0.65 | 0.43 | 5.68 | 0.48 | 0.39 |
| Hex | 92 | 3C | 33 | 0 | 3B | 41 | 2B | 6 | 30 | 27 |
| Octal | 222 | 74 | 63 | 0 | 73 | 101 | 53 | 6 | 60 | 47 |
| Binary | 10010010 | 111100 | 110011 | 0 | 111011 | 1000001 | 101011 | 110 | 110000 | 100111 |
Color Harmonies of #923C33
Complementary color
Monochromatic Colors of #923C33
Black with #923C33
Text Example
Text Example
White with #923C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923C33; }
p { color: rgb(146,60,51); }
H1.HeaderClassName
{
color: #923C33;
}
.AnyTagClassName
{
color: #923C33;
}
</style>
background-color css
<style>
a { background-color: #923C33; }
a { background-color: rgb(146,60,51); }
div.DivClassName
{
background-color: #923C33;
}
.BgClassName
{
background-color: #923C33;
}
</style>
border-color css
<style>
span { border-color: #923C33; }
span { border-color: rgb(146,60,51); }
td.TdClassName
{
border-color: #923C33;
}
.TagClassName
{
border-color: #923C33;
}
</style>