#8E372A

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

Shades of Thunderbird #8E372A

Tints of Thunderbird #8E372A

Color information

#8E372A (or 0x8E372A) is unknown color: approx Thunderbird. HEX triplet: 8E, 37 and 2A. RGB value is (142,55,42). Sum of RGB (Red+Green+Blue) = 142+55+42=239 (31% of max value = 765). Red value is 142 (55.86% from 255 or 59.41% from 239); Green value is 55 (21.88% from 255 or 23.01% from 239); Blue value is 42 (16.80% from 255 or 17.57% from 239); Max value from RGB is 142 - color contains mainly: red. Hex color #8E372A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E372A is #71C8D5. Grayscale: #4F4F4F. Windows color (decimal): -7456982 or 2766734. OLE color: 2766734.

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

Color convert

RGB1425542-
CMYK00.610.700.44
HSL7.8º54.35%36.08%-
HSV(B)7.8º70.42%55.69%-
XYZ12.948.653.18-
YUV79.53106.82172.56-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 59.41%
GREEN value IS 55 (21.88% from 255) = 23.01%
BLUE value IS 42 (16.80% from 255) = 17.57%
R=59.41%
G=23.01%
B=17.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.70
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142554200.610.700.447.854.3536.08
Hex8E372A03D462C83624
Octal216675207510654106644
Binary10001110110111101010011110110001101011001000110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E372A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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