Shades of Thunderbird #953527
Tints of Thunderbird #953527
RGB
CMYK
RGB Variations
Color information
#953527 (or 0x953527) is known color: Thunderbird. HEX triplet: 95, 35 and 27. RGB value is (149,53,39). Sum of RGB (Red+Green+Blue) = 149+53+39=241 (31% of max value = 765). Red value is 149 (58.59% from 255 or 61.83% from 241); Green value is 53 (21.09% from 255 or 21.99% from 241); Blue value is 39 (15.62% from 255 or 16.18% from 241); Max value from RGB is 149 - color contains mainly: red. Hex color #953527 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953527 is #6ACAD8. Grayscale: #505050. Windows color (decimal): -6998745 or 2569621. OLE color: 2569621.
HSL color Cylindrical-coordinate representation of color #953527: hue angle of 7.64º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #953527 is Cyan = 0, Magento = 0.64, Yellow = 0.74 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 53 | 39 | - |
| CMYK | 0 | 0.64 | 0.74 | 0.42 |
| HSL | 7.64º | 0.59% | 0.37% | - |
| HSV(B) | 7.64º | 0.74% | 0.58% | - |
| XYZ | 14.03 | 9.08 | 2.93 | - |
| YUV | 80.11 | 104.8 | 177.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 53 | 39 | 0 | 0.64 | 0.74 | 0.42 | 7.64 | 0.59 | 0.37 |
| Hex | 95 | 35 | 27 | 0 | 40 | 4A | 2A | 8 | 3B | 25 |
| Octal | 225 | 65 | 47 | 0 | 100 | 112 | 52 | 10 | 73 | 45 |
| Binary | 10010101 | 110101 | 100111 | 0 | 1000000 | 1001010 | 101010 | 1000 | 111011 | 100101 |
Color Harmonies of #953527
Complementary color
Monochromatic Colors of #953527
Black with #953527
Text Example
Text Example
White with #953527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953527; }
p { color: rgb(149,53,39); }
H1.HeaderClassName
{
color: #953527;
}
.AnyTagClassName
{
color: #953527;
}
</style>
background-color css
<style>
a { background-color: #953527; }
a { background-color: rgb(149,53,39); }
div.DivClassName
{
background-color: #953527;
}
.BgClassName
{
background-color: #953527;
}
</style>
border-color css
<style>
span { border-color: #953527; }
span { border-color: rgb(149,53,39); }
td.TdClassName
{
border-color: #953527;
}
.TagClassName
{
border-color: #953527;
}
</style>