Shades of Thunderbird #923B32
Tints of Thunderbird #923B32
RGB
CMYK
RGB Variations
Color information
#923B32 (or 0x923B32) is known color: Thunderbird. HEX triplet: 92, 3B and 32. RGB value is (146,59,50). Sum of RGB (Red+Green+Blue) = 146+59+50=255 (33% of max value = 765). Red value is 146 (57.42% from 255 or 57.25% from 255); Green value is 59 (23.44% from 255 or 23.14% from 255); Blue value is 50 (19.92% from 255 or 19.61% from 255); Max value from RGB is 146 - color contains mainly: red. Hex color #923B32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #923B32 is #6DC4CD. Grayscale: #545454. Windows color (decimal): -7193806 or 3292050. OLE color: 3292050.
HSL color Cylindrical-coordinate representation of color #923B32: hue angle of 5.62º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #923B32 is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 59 | 50 | - |
| CMYK | 0 | 0.60 | 0.66 | 0.43 |
| HSL | 5.63º | 0.49% | 0.38% | - |
| HSV(B) | 5.63º | 0.66% | 0.57% | - |
| XYZ | 13.99 | 9.47 | 4.11 | - |
| YUV | 83.99 | 108.82 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 59 | 50 | 0 | 0.60 | 0.66 | 0.43 | 5.63 | 0.49 | 0.38 |
| Hex | 92 | 3B | 32 | 0 | 3C | 42 | 2B | 6 | 31 | 26 |
| Octal | 222 | 73 | 62 | 0 | 74 | 102 | 53 | 6 | 61 | 46 |
| Binary | 10010010 | 111011 | 110010 | 0 | 111100 | 1000010 | 101011 | 110 | 110001 | 100110 |
Color Harmonies of #923B32
Complementary color
Monochromatic Colors of #923B32
Black with #923B32
Text Example
Text Example
White with #923B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923B32; }
p { color: rgb(146,59,50); }
H1.HeaderClassName
{
color: #923B32;
}
.AnyTagClassName
{
color: #923B32;
}
</style>
background-color css
<style>
a { background-color: #923B32; }
a { background-color: rgb(146,59,50); }
div.DivClassName
{
background-color: #923B32;
}
.BgClassName
{
background-color: #923B32;
}
</style>
border-color css
<style>
span { border-color: #923B32; }
span { border-color: rgb(146,59,50); }
td.TdClassName
{
border-color: #923B32;
}
.TagClassName
{
border-color: #923B32;
}
</style>