Shades of Thunderbird #933E32
Tints of Thunderbird #933E32
RGB
CMYK
RGB Variations
Color information
#933E32 (or 0x933E32) is known color: Thunderbird. HEX triplet: 93, 3E and 32. RGB value is (147,62,50). Sum of RGB (Red+Green+Blue) = 147+62+50=259 (34% of max value = 765). Red value is 147 (57.81% from 255 or 56.76% from 259); Green value is 62 (24.61% from 255 or 23.94% from 259); Blue value is 50 (19.92% from 255 or 19.31% from 259); Max value from RGB is 147 - color contains mainly: red. Hex color #933E32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #933E32 is #6CC1CD. Grayscale: #565656. Windows color (decimal): -7127502 or 3292819. OLE color: 3292819.
HSL color Cylindrical-coordinate representation of color #933E32: hue angle of 7.42º 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 #933E32 is Cyan = 0, Magento = 0.58, Yellow = 0.66 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 62 | 50 | - |
| CMYK | 0 | 0.58 | 0.66 | 0.42 |
| HSL | 7.42º | 0.49% | 0.39% | - |
| HSV(B) | 7.42º | 0.66% | 0.58% | - |
| XYZ | 14.33 | 9.88 | 4.17 | - |
| YUV | 86.05 | 107.66 | 171.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 62 | 50 | 0 | 0.58 | 0.66 | 0.42 | 7.42 | 0.49 | 0.39 |
| Hex | 93 | 3E | 32 | 0 | 3A | 42 | 2A | 7 | 31 | 27 |
| Octal | 223 | 76 | 62 | 0 | 72 | 102 | 52 | 7 | 61 | 47 |
| Binary | 10010011 | 111110 | 110010 | 0 | 111010 | 1000010 | 101010 | 111 | 110001 | 100111 |
Color Harmonies of #933E32
Complementary color
Monochromatic Colors of #933E32
Black with #933E32
Text Example
Text Example
White with #933E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933E32; }
p { color: rgb(147,62,50); }
H1.HeaderClassName
{
color: #933E32;
}
.AnyTagClassName
{
color: #933E32;
}
</style>
background-color css
<style>
a { background-color: #933E32; }
a { background-color: rgb(147,62,50); }
div.DivClassName
{
background-color: #933E32;
}
.BgClassName
{
background-color: #933E32;
}
</style>
border-color css
<style>
span { border-color: #933E32; }
span { border-color: rgb(147,62,50); }
td.TdClassName
{
border-color: #933E32;
}
.TagClassName
{
border-color: #933E32;
}
</style>