Shades of Thunderbird #953C37
Tints of Thunderbird #953C37
RGB
CMYK
RGB Variations
Color information
#953C37 (or 0x953C37) is known color: Thunderbird. HEX triplet: 95, 3C and 37. RGB value is (149,60,55). Sum of RGB (Red+Green+Blue) = 149+60+55=264 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.44% from 264); Green value is 60 (23.83% from 255 or 22.73% from 264); Blue value is 55 (21.88% from 255 or 20.83% from 264); Max value from RGB is 149 - color contains mainly: red. Hex color #953C37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953C37 is #6AC3C8. Grayscale: #565656. Windows color (decimal): -6996937 or 3619989. OLE color: 3619989.
HSL color Cylindrical-coordinate representation of color #953C37: hue angle of 3.19º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #953C37 is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 60 | 55 | - |
| CMYK | 0 | 0.60 | 0.63 | 0.42 |
| HSL | 3.19º | 0.46% | 0.4% | - |
| HSV(B) | 3.19º | 0.63% | 0.58% | - |
| XYZ | 14.7 | 9.9 | 4.75 | - |
| YUV | 86.04 | 110.49 | 172.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 60 | 55 | 0 | 0.60 | 0.63 | 0.42 | 3.19 | 0.46 | 0.4 |
| Hex | 95 | 3C | 37 | 0 | 3C | 3F | 2A | 3 | 2E | 28 |
| Octal | 225 | 74 | 67 | 0 | 74 | 77 | 52 | 3 | 56 | 50 |
| Binary | 10010101 | 111100 | 110111 | 0 | 111100 | 111111 | 101010 | 11 | 101110 | 101000 |
Color Harmonies of #953C37
Complementary color
Monochromatic Colors of #953C37
Black with #953C37
Text Example
Text Example
White with #953C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953C37; }
p { color: rgb(149,60,55); }
H1.HeaderClassName
{
color: #953C37;
}
.AnyTagClassName
{
color: #953C37;
}
</style>
background-color css
<style>
a { background-color: #953C37; }
a { background-color: rgb(149,60,55); }
div.DivClassName
{
background-color: #953C37;
}
.BgClassName
{
background-color: #953C37;
}
</style>
border-color css
<style>
span { border-color: #953C37; }
span { border-color: rgb(149,60,55); }
td.TdClassName
{
border-color: #953C37;
}
.TagClassName
{
border-color: #953C37;
}
</style>