Shades of Thunderbird #953D35
Tints of Thunderbird #953D35
RGB
CMYK
RGB Variations
Color information
#953D35 (or 0x953D35) is known color: Thunderbird. HEX triplet: 95, 3D and 35. RGB value is (149,61,53). Sum of RGB (Red+Green+Blue) = 149+61+53=263 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.65% from 263); Green value is 61 (24.22% from 255 or 23.19% from 263); Blue value is 53 (21.09% from 255 or 20.15% from 263); Max value from RGB is 149 - color contains mainly: red. Hex color #953D35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953D35 is #6AC2CA. Grayscale: #565656. Windows color (decimal): -6996683 or 3489173. OLE color: 3489173.
HSL color Cylindrical-coordinate representation of color #953D35: hue angle of 5º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #953D35 is Cyan = 0, Magento = 0.59, Yellow = 0.64 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 61 | 53 | - |
| CMYK | 0 | 0.59 | 0.64 | 0.42 |
| HSL | 5º | 0.48% | 0.4% | - |
| HSV(B) | 5º | 0.64% | 0.58% | - |
| XYZ | 14.71 | 9.98 | 4.52 | - |
| YUV | 86.4 | 109.15 | 172.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 61 | 53 | 0 | 0.59 | 0.64 | 0.42 | 5 | 0.48 | 0.4 |
| Hex | 95 | 3D | 35 | 0 | 3B | 40 | 2A | 5 | 30 | 28 |
| Octal | 225 | 75 | 65 | 0 | 73 | 100 | 52 | 5 | 60 | 50 |
| Binary | 10010101 | 111101 | 110101 | 0 | 111011 | 1000000 | 101010 | 101 | 110000 | 101000 |
Color Harmonies of #953D35
Complementary color
Monochromatic Colors of #953D35
Black with #953D35
Text Example
Text Example
White with #953D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953D35; }
p { color: rgb(149,61,53); }
H1.HeaderClassName
{
color: #953D35;
}
.AnyTagClassName
{
color: #953D35;
}
</style>
background-color css
<style>
a { background-color: #953D35; }
a { background-color: rgb(149,61,53); }
div.DivClassName
{
background-color: #953D35;
}
.BgClassName
{
background-color: #953D35;
}
</style>
border-color css
<style>
span { border-color: #953D35; }
span { border-color: rgb(149,61,53); }
td.TdClassName
{
border-color: #953D35;
}
.TagClassName
{
border-color: #953D35;
}
</style>