Shades of Thunderbird #8C3834
Tints of Thunderbird #8C3834
RGB
CMYK
RGB Variations
Color information
#8C3834 (or 0x8C3834) is known color: Thunderbird. HEX triplet: 8C, 38 and 34. RGB value is (140,56,52). Sum of RGB (Red+Green+Blue) = 140+56+52=248 (32% of max value = 765). Red value is 140 (55.08% from 255 or 56.45% from 248); Green value is 56 (22.27% from 255 or 22.58% from 248); Blue value is 52 (20.70% from 255 or 20.97% from 248); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3834 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3834 is #73C7CB. Grayscale: #505050. Windows color (decimal): -7587788 or 3422348. OLE color: 3422348.
HSL color Cylindrical-coordinate representation of color #8C3834: hue angle of 2.73º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8C3834 is Cyan = 0, Magento = 0.6, Yellow = 0.63 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 56 | 52 | - |
| CMYK | 0 | 0.6 | 0.63 | 0.45 |
| HSL | 2.73º | 0.46% | 0.38% | - |
| HSV(B) | 2.73º | 0.63% | 0.55% | - |
| XYZ | 12.85 | 8.65 | 4.24 | - |
| YUV | 80.66 | 111.83 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 56 | 52 | 0 | 0.6 | 0.63 | 0.45 | 2.73 | 0.46 | 0.38 |
| Hex | 8C | 38 | 34 | 0 | 3C | 3F | 2D | 3 | 2E | 26 |
| Octal | 214 | 70 | 64 | 0 | 74 | 77 | 55 | 3 | 56 | 46 |
| Binary | 10001100 | 111000 | 110100 | 0 | 111100 | 111111 | 101101 | 11 | 101110 | 100110 |
Color Harmonies of #8C3834
Complementary color
Monochromatic Colors of #8C3834
Black with #8C3834
Text Example
Text Example
White with #8C3834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3834; }
p { color: rgb(140,56,52); }
H1.HeaderClassName
{
color: #8C3834;
}
.AnyTagClassName
{
color: #8C3834;
}
</style>
background-color css
<style>
a { background-color: #8C3834; }
a { background-color: rgb(140,56,52); }
div.DivClassName
{
background-color: #8C3834;
}
.BgClassName
{
background-color: #8C3834;
}
</style>
border-color css
<style>
span { border-color: #8C3834; }
span { border-color: rgb(140,56,52); }
td.TdClassName
{
border-color: #8C3834;
}
.TagClassName
{
border-color: #8C3834;
}
</style>