Shades of Thunderbird #933D32
Tints of Thunderbird #933D32
RGB
CMYK
RGB Variations
Color information
#933D32 (or 0x933D32) is known color: Thunderbird. HEX triplet: 93, 3D and 32. RGB value is (147,61,50). Sum of RGB (Red+Green+Blue) = 147+61+50=258 (34% of max value = 765). Red value is 147 (57.81% from 255 or 56.98% from 258); Green value is 61 (24.22% from 255 or 23.64% from 258); Blue value is 50 (19.92% from 255 or 19.38% from 258); Max value from RGB is 147 - color contains mainly: red. Hex color #933D32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #933D32 is #6CC2CD. Grayscale: #555555. Windows color (decimal): -7127758 or 3292563. OLE color: 3292563.
HSL color Cylindrical-coordinate representation of color #933D32: hue angle of 6.8º 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 #933D32 is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 61 | 50 | - |
| CMYK | 0 | 0.59 | 0.66 | 0.42 |
| HSL | 6.8º | 0.49% | 0.39% | - |
| HSV(B) | 6.8º | 0.66% | 0.58% | - |
| XYZ | 14.28 | 9.77 | 4.15 | - |
| YUV | 85.46 | 107.99 | 171.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 61 | 50 | 0 | 0.59 | 0.66 | 0.42 | 6.8 | 0.49 | 0.39 |
| Hex | 93 | 3D | 32 | 0 | 3B | 42 | 2A | 7 | 31 | 27 |
| Octal | 223 | 75 | 62 | 0 | 73 | 102 | 52 | 7 | 61 | 47 |
| Binary | 10010011 | 111101 | 110010 | 0 | 111011 | 1000010 | 101010 | 111 | 110001 | 100111 |
Color Harmonies of #933D32
Complementary color
Monochromatic Colors of #933D32
Black with #933D32
Text Example
Text Example
White with #933D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933D32; }
p { color: rgb(147,61,50); }
H1.HeaderClassName
{
color: #933D32;
}
.AnyTagClassName
{
color: #933D32;
}
</style>
background-color css
<style>
a { background-color: #933D32; }
a { background-color: rgb(147,61,50); }
div.DivClassName
{
background-color: #933D32;
}
.BgClassName
{
background-color: #933D32;
}
</style>
border-color css
<style>
span { border-color: #933D32; }
span { border-color: rgb(147,61,50); }
td.TdClassName
{
border-color: #933D32;
}
.TagClassName
{
border-color: #933D32;
}
</style>