Shades of Thunderbird #933C2E
Tints of Thunderbird #933C2E
RGB
CMYK
RGB Variations
Color information
#933C2E (or 0x933C2E) is known color: Thunderbird. HEX triplet: 93, 3C and 2E. RGB value is (147,60,46). Sum of RGB (Red+Green+Blue) = 147+60+46=253 (33% of max value = 765). Red value is 147 (57.81% from 255 or 58.10% from 253); Green value is 60 (23.83% from 255 or 23.72% from 253); Blue value is 46 (18.36% from 255 or 18.18% from 253); Max value from RGB is 147 - color contains mainly: red. Hex color #933C2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #933C2E is #6CC3D1. Grayscale: #545454. Windows color (decimal): -7128018 or 3030163. OLE color: 3030163.
HSL color Cylindrical-coordinate representation of color #933C2E: hue angle of 8.32º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #933C2E is Cyan = 0, Magento = 0.59, Yellow = 0.69 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 60 | 46 | - |
| CMYK | 0 | 0.59 | 0.69 | 0.42 |
| HSL | 8.32º | 0.52% | 0.38% | - |
| HSV(B) | 8.32º | 0.69% | 0.58% | - |
| XYZ | 14.14 | 9.63 | 3.7 | - |
| YUV | 84.42 | 106.32 | 172.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 60 | 46 | 0 | 0.59 | 0.69 | 0.42 | 8.32 | 0.52 | 0.38 |
| Hex | 93 | 3C | 2E | 0 | 3B | 45 | 2A | 8 | 34 | 26 |
| Octal | 223 | 74 | 56 | 0 | 73 | 105 | 52 | 10 | 64 | 46 |
| Binary | 10010011 | 111100 | 101110 | 0 | 111011 | 1000101 | 101010 | 1000 | 110100 | 100110 |
Color Harmonies of #933C2E
Complementary color
Monochromatic Colors of #933C2E
Black with #933C2E
Text Example
Text Example
White with #933C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933C2E; }
p { color: rgb(147,60,46); }
H1.HeaderClassName
{
color: #933C2E;
}
.AnyTagClassName
{
color: #933C2E;
}
</style>
background-color css
<style>
a { background-color: #933C2E; }
a { background-color: rgb(147,60,46); }
div.DivClassName
{
background-color: #933C2E;
}
.BgClassName
{
background-color: #933C2E;
}
</style>
border-color css
<style>
span { border-color: #933C2E; }
span { border-color: rgb(147,60,46); }
td.TdClassName
{
border-color: #933C2E;
}
.TagClassName
{
border-color: #933C2E;
}
</style>