#8E3B37

Color #8E3B37 Thunderbird (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Thunderbird #8E3B37

Tints of Thunderbird #8E3B37

Color information

#8E3B37 (or 0x8E3B37) is unknown color: approx Thunderbird. HEX triplet: 8E, 3B and 37. RGB value is (142,59,55). Sum of RGB (Red+Green+Blue) = 142+59+55=256 (33% of max value = 765). Red value is 142 (55.86% from 255 or 55.47% from 256); Green value is 59 (23.44% from 255 or 23.05% from 256); Blue value is 55 (21.88% from 255 or 21.48% from 256); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3B37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E3B37 is #71C4C8. Grayscale: #535353. Windows color (decimal): -7455945 or 3619726. OLE color: 3619726.

HSL color Cylindrical-coordinate representation of color #8E3B37: hue angle of 2.76º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8E3B37 is Cyan = 0, Magento = 0.58, Yellow = 0.61 and Black (K on CMYK) = 0.44.

Color convert

RGB1425955-
CMYK00.580.610.44
HSL2.76º44.16%38.63%-
HSV(B)2.76º61.27%55.69%-
XYZ13.419.154.67-
YUV83.36112169.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 142 (55.86% from 255) = 55.47%
GREEN value IS 59 (23.44% from 255) = 23.05%
BLUE value IS 55 (21.88% from 255) = 21.48%
R=55.47%
G=23.05%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.61
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142595500.580.610.442.7644.1638.63
Hex8E3B3703A3D2C32c27
Octal2167367072755435447
Binary10001110111011110111011101011110110110011101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E3B37; }

 p { color: rgb(142,59,55); }

 H1.HeaderClassName
 {
   color: #8E3B37;
 }
 .AnyTagClassName
 {
   color: #8E3B37;
 }
</style>
background-color css

<style>
 a { background-color: #8E3B37; }

 a { background-color: rgb(142,59,55); }

 div.DivClassName
 {
   background-color: #8E3B37;
 }
 .BgClassName
 {
   background-color: #8E3B37;
 }
</style>
border-color css

<style>
 span { border-color: #8E3B37; }

 span { border-color: rgb(142,59,55); }

 td.TdClassName
 {
   border-color: #8E3B37;
 }
 .TagClassName
 {
   border-color: #8E3B37;
 }
</style>