Shades of Thunderbird #913D37
Tints of Thunderbird #913D37
RGB
CMYK
RGB Variations
Color information
#913D37 (or 0x913D37) is known color: Thunderbird. HEX triplet: 91, 3D and 37. RGB value is (145,61,55). Sum of RGB (Red+Green+Blue) = 145+61+55=261 (34% of max value = 765). Red value is 145 (57.03% from 255 or 55.56% from 261); Green value is 61 (24.22% from 255 or 23.37% from 261); Blue value is 55 (21.88% from 255 or 21.07% from 261); Max value from RGB is 145 - color contains mainly: red. Hex color #913D37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #913D37 is #6EC2C8. Grayscale: #555555. Windows color (decimal): -7258825 or 3620241. OLE color: 3620241.
HSL color Cylindrical-coordinate representation of color #913D37: hue angle of 4º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #913D37 is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 61 | 55 | - |
| CMYK | 0 | 0.58 | 0.62 | 0.43 |
| HSL | 4º | 0.45% | 0.39% | - |
| HSV(B) | 4º | 0.62% | 0.57% | - |
| XYZ | 14.04 | 9.63 | 4.73 | - |
| YUV | 85.43 | 110.83 | 170.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 61 | 55 | 0 | 0.58 | 0.62 | 0.43 | 4 | 0.45 | 0.39 |
| Hex | 91 | 3D | 37 | 0 | 3A | 3E | 2B | 4 | 2D | 27 |
| Octal | 221 | 75 | 67 | 0 | 72 | 76 | 53 | 4 | 55 | 47 |
| Binary | 10010001 | 111101 | 110111 | 0 | 111010 | 111110 | 101011 | 100 | 101101 | 100111 |
Color Harmonies of #913D37
Complementary color
Monochromatic Colors of #913D37
Black with #913D37
Text Example
Text Example
White with #913D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913D37; }
p { color: rgb(145,61,55); }
H1.HeaderClassName
{
color: #913D37;
}
.AnyTagClassName
{
color: #913D37;
}
</style>
background-color css
<style>
a { background-color: #913D37; }
a { background-color: rgb(145,61,55); }
div.DivClassName
{
background-color: #913D37;
}
.BgClassName
{
background-color: #913D37;
}
</style>
border-color css
<style>
span { border-color: #913D37; }
span { border-color: rgb(145,61,55); }
td.TdClassName
{
border-color: #913D37;
}
.TagClassName
{
border-color: #913D37;
}
</style>