Shades of Thunderbird #943E32
Tints of Thunderbird #943E32
RGB
CMYK
RGB Variations
Color information
#943E32 (or 0x943E32) is known color: Thunderbird. HEX triplet: 94, 3E and 32. RGB value is (148,62,50). Sum of RGB (Red+Green+Blue) = 148+62+50=260 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.92% from 260); Green value is 62 (24.61% from 255 or 23.85% from 260); Blue value is 50 (19.92% from 255 or 19.23% from 260); Max value from RGB is 148 - color contains mainly: red. Hex color #943E32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #943E32 is #6BC1CD. Grayscale: #565656. Windows color (decimal): -7061966 or 3292820. OLE color: 3292820.
HSL color Cylindrical-coordinate representation of color #943E32: hue angle of 7.35º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #943E32 is Cyan = 0, Magento = 0.58, Yellow = 0.66 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 62 | 50 | - |
| CMYK | 0 | 0.58 | 0.66 | 0.42 |
| HSL | 7.35º | 0.49% | 0.39% | - |
| HSV(B) | 7.35º | 0.66% | 0.58% | - |
| XYZ | 14.51 | 9.97 | 4.18 | - |
| YUV | 86.35 | 107.49 | 171.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 62 | 50 | 0 | 0.58 | 0.66 | 0.42 | 7.35 | 0.49 | 0.39 |
| Hex | 94 | 3E | 32 | 0 | 3A | 42 | 2A | 7 | 31 | 27 |
| Octal | 224 | 76 | 62 | 0 | 72 | 102 | 52 | 7 | 61 | 47 |
| Binary | 10010100 | 111110 | 110010 | 0 | 111010 | 1000010 | 101010 | 111 | 110001 | 100111 |
Color Harmonies of #943E32
Complementary color
Monochromatic Colors of #943E32
Black with #943E32
Text Example
Text Example
White with #943E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943E32; }
p { color: rgb(148,62,50); }
H1.HeaderClassName
{
color: #943E32;
}
.AnyTagClassName
{
color: #943E32;
}
</style>
background-color css
<style>
a { background-color: #943E32; }
a { background-color: rgb(148,62,50); }
div.DivClassName
{
background-color: #943E32;
}
.BgClassName
{
background-color: #943E32;
}
</style>
border-color css
<style>
span { border-color: #943E32; }
span { border-color: rgb(148,62,50); }
td.TdClassName
{
border-color: #943E32;
}
.TagClassName
{
border-color: #943E32;
}
</style>