Shades of Thunderbird #923D31
Tints of Thunderbird #923D31
RGB
CMYK
RGB Variations
Color information
#923D31 (or 0x923D31) is known color: Thunderbird. HEX triplet: 92, 3D and 31. RGB value is (146,61,49). Sum of RGB (Red+Green+Blue) = 146+61+49=256 (33% of max value = 765). Red value is 146 (57.42% from 255 or 57.03% from 256); Green value is 61 (24.22% from 255 or 23.83% from 256); Blue value is 49 (19.53% from 255 or 19.14% from 256); Max value from RGB is 146 - color contains mainly: red. Hex color #923D31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #923D31 is #6DC2CE. Grayscale: #555555. Windows color (decimal): -7193295 or 3227026. OLE color: 3227026.
HSL color Cylindrical-coordinate representation of color #923D31: hue angle of 7.42º degrees, saturation: 0.5, 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 #923D31 is Cyan = 0, Magento = 0.58, Yellow = 0.66 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 61 | 49 | - |
| CMYK | 0 | 0.58 | 0.66 | 0.43 |
| HSL | 7.42º | 0.5% | 0.38% | - |
| HSV(B) | 7.42º | 0.66% | 0.57% | - |
| XYZ | 14.08 | 9.67 | 4.03 | - |
| YUV | 85.05 | 107.66 | 171.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 61 | 49 | 0 | 0.58 | 0.66 | 0.43 | 7.42 | 0.5 | 0.38 |
| Hex | 92 | 3D | 31 | 0 | 3A | 42 | 2B | 7 | 32 | 26 |
| Octal | 222 | 75 | 61 | 0 | 72 | 102 | 53 | 7 | 62 | 46 |
| Binary | 10010010 | 111101 | 110001 | 0 | 111010 | 1000010 | 101011 | 111 | 110010 | 100110 |
Color Harmonies of #923D31
Complementary color
Monochromatic Colors of #923D31
Black with #923D31
Text Example
Text Example
White with #923D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923D31; }
p { color: rgb(146,61,49); }
H1.HeaderClassName
{
color: #923D31;
}
.AnyTagClassName
{
color: #923D31;
}
</style>
background-color css
<style>
a { background-color: #923D31; }
a { background-color: rgb(146,61,49); }
div.DivClassName
{
background-color: #923D31;
}
.BgClassName
{
background-color: #923D31;
}
</style>
border-color css
<style>
span { border-color: #923D31; }
span { border-color: rgb(146,61,49); }
td.TdClassName
{
border-color: #923D31;
}
.TagClassName
{
border-color: #923D31;
}
</style>