Shades of Thunderbird #983D32
Tints of Thunderbird #983D32
RGB
CMYK
RGB Variations
Color information
#983D32 (or 0x983D32) is known color: Thunderbird. HEX triplet: 98, 3D and 32. RGB value is (152,61,50). Sum of RGB (Red+Green+Blue) = 152+61+50=263 (34% of max value = 765). Red value is 152 (59.77% from 255 or 57.79% from 263); Green value is 61 (24.22% from 255 or 23.19% from 263); Blue value is 50 (19.92% from 255 or 19.01% from 263); Max value from RGB is 152 - color contains mainly: red. Hex color #983D32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983D32 is #67C2CD. Grayscale: #575757. Windows color (decimal): -6800078 or 3292568. OLE color: 3292568.
HSL color Cylindrical-coordinate representation of color #983D32: hue angle of 6.47º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #983D32 is Cyan = 0, Magento = 0.60, Yellow = 0.67 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 61 | 50 | - |
| CMYK | 0 | 0.60 | 0.67 | 0.40 |
| HSL | 6.47º | 0.5% | 0.4% | - |
| HSV(B) | 6.47º | 0.67% | 0.6% | - |
| XYZ | 15.19 | 10.24 | 4.19 | - |
| YUV | 86.96 | 107.15 | 174.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 61 | 50 | 0 | 0.60 | 0.67 | 0.40 | 6.47 | 0.5 | 0.4 |
| Hex | 98 | 3D | 32 | 0 | 3C | 43 | 28 | 6 | 32 | 28 |
| Octal | 230 | 75 | 62 | 0 | 74 | 103 | 50 | 6 | 62 | 50 |
| Binary | 10011000 | 111101 | 110010 | 0 | 111100 | 1000011 | 101000 | 110 | 110010 | 101000 |
Color Harmonies of #983D32
Complementary color
Monochromatic Colors of #983D32
Black with #983D32
Text Example
Text Example
White with #983D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983D32; }
p { color: rgb(152,61,50); }
H1.HeaderClassName
{
color: #983D32;
}
.AnyTagClassName
{
color: #983D32;
}
</style>
background-color css
<style>
a { background-color: #983D32; }
a { background-color: rgb(152,61,50); }
div.DivClassName
{
background-color: #983D32;
}
.BgClassName
{
background-color: #983D32;
}
</style>
border-color css
<style>
span { border-color: #983D32; }
span { border-color: rgb(152,61,50); }
td.TdClassName
{
border-color: #983D32;
}
.TagClassName
{
border-color: #983D32;
}
</style>