Shades of Thunderbird #953D30
Tints of Thunderbird #953D30
RGB
CMYK
RGB Variations
Color information
#953D30 (or 0x953D30) is known color: Thunderbird. HEX triplet: 95, 3D and 30. RGB value is (149,61,48). Sum of RGB (Red+Green+Blue) = 149+61+48=258 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.75% from 258); Green value is 61 (24.22% from 255 or 23.64% from 258); Blue value is 48 (19.14% from 255 or 18.60% from 258); Max value from RGB is 149 - color contains mainly: red. Hex color #953D30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953D30 is #6AC2CF. Grayscale: #555555. Windows color (decimal): -6996688 or 3161493. OLE color: 3161493.
HSL color Cylindrical-coordinate representation of color #953D30: hue angle of 7.72º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #953D30 is Cyan = 0, Magento = 0.59, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 61 | 48 | - |
| CMYK | 0 | 0.59 | 0.68 | 0.42 |
| HSL | 7.72º | 0.51% | 0.39% | - |
| HSV(B) | 7.72º | 0.68% | 0.58% | - |
| XYZ | 14.6 | 9.94 | 3.95 | - |
| YUV | 85.83 | 106.65 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 61 | 48 | 0 | 0.59 | 0.68 | 0.42 | 7.72 | 0.51 | 0.39 |
| Hex | 95 | 3D | 30 | 0 | 3B | 44 | 2A | 8 | 33 | 27 |
| Octal | 225 | 75 | 60 | 0 | 73 | 104 | 52 | 10 | 63 | 47 |
| Binary | 10010101 | 111101 | 110000 | 0 | 111011 | 1000100 | 101010 | 1000 | 110011 | 100111 |
Color Harmonies of #953D30
Complementary color
Monochromatic Colors of #953D30
Black with #953D30
Text Example
Text Example
White with #953D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953D30; }
p { color: rgb(149,61,48); }
H1.HeaderClassName
{
color: #953D30;
}
.AnyTagClassName
{
color: #953D30;
}
</style>
background-color css
<style>
a { background-color: #953D30; }
a { background-color: rgb(149,61,48); }
div.DivClassName
{
background-color: #953D30;
}
.BgClassName
{
background-color: #953D30;
}
</style>
border-color css
<style>
span { border-color: #953D30; }
span { border-color: rgb(149,61,48); }
td.TdClassName
{
border-color: #953D30;
}
.TagClassName
{
border-color: #953D30;
}
</style>