Shades of Thunderbird #953B34
Tints of Thunderbird #953B34
RGB
CMYK
RGB Variations
Color information
#953B34 (or 0x953B34) is known color: Thunderbird. HEX triplet: 95, 3B and 34. RGB value is (149,59,52). Sum of RGB (Red+Green+Blue) = 149+59+52=260 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.31% from 260); Green value is 59 (23.44% from 255 or 22.69% from 260); Blue value is 52 (20.70% from 255 or 20% from 260); Max value from RGB is 149 - color contains mainly: red. Hex color #953B34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953B34 is #6AC4CB. Grayscale: #555555. Windows color (decimal): -6997196 or 3423125. OLE color: 3423125.
HSL color Cylindrical-coordinate representation of color #953B34: hue angle of 4.33º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #953B34 is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 59 | 52 | - |
| CMYK | 0 | 0.60 | 0.65 | 0.42 |
| HSL | 4.33º | 0.48% | 0.39% | - |
| HSV(B) | 4.33º | 0.65% | 0.58% | - |
| XYZ | 14.58 | 9.77 | 4.37 | - |
| YUV | 85.11 | 109.32 | 173.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 59 | 52 | 0 | 0.60 | 0.65 | 0.42 | 4.33 | 0.48 | 0.39 |
| Hex | 95 | 3B | 34 | 0 | 3C | 41 | 2A | 4 | 30 | 27 |
| Octal | 225 | 73 | 64 | 0 | 74 | 101 | 52 | 4 | 60 | 47 |
| Binary | 10010101 | 111011 | 110100 | 0 | 111100 | 1000001 | 101010 | 100 | 110000 | 100111 |
Color Harmonies of #953B34
Complementary color
Monochromatic Colors of #953B34
Black with #953B34
Text Example
Text Example
White with #953B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953B34; }
p { color: rgb(149,59,52); }
H1.HeaderClassName
{
color: #953B34;
}
.AnyTagClassName
{
color: #953B34;
}
</style>
background-color css
<style>
a { background-color: #953B34; }
a { background-color: rgb(149,59,52); }
div.DivClassName
{
background-color: #953B34;
}
.BgClassName
{
background-color: #953B34;
}
</style>
border-color css
<style>
span { border-color: #953B34; }
span { border-color: rgb(149,59,52); }
td.TdClassName
{
border-color: #953B34;
}
.TagClassName
{
border-color: #953B34;
}
</style>