#8E382A

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

Shades of Thunderbird #8E382A

Tints of Thunderbird #8E382A

Color information

#8E382A (or 0x8E382A) is unknown color: approx Thunderbird. HEX triplet: 8E, 38 and 2A. RGB value is (142,56,42). Sum of RGB (Red+Green+Blue) = 142+56+42=240 (31% of max value = 765). Red value is 142 (55.86% from 255 or 59.17% from 240); Green value is 56 (22.27% from 255 or 23.33% from 240); Blue value is 42 (16.80% from 255 or 17.5% from 240); Max value from RGB is 142 - color contains mainly: red. Hex color #8E382A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E382A is #71C7D5. Grayscale: #505050. Windows color (decimal): -7456726 or 2766990. OLE color: 2766990.

HSL color Cylindrical-coordinate representation of color #8E382A: hue angle of 8.4º 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 #8E382A is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.44.

Color convert

RGB1425642-
CMYK00.610.700.44
HSL8.4º54.35%36.08%-
HSV(B)8.4º70.42%55.69%-
XYZ12.998.753.19-
YUV80.12106.49172.14-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 59.17%
GREEN value IS 56 (22.27% from 255) = 23.33%
BLUE value IS 42 (16.80% from 255) = 17.5%
R=59.17%
G=23.33%
B=17.5%

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
Decimal142564200.610.700.448.454.3536.08
Hex8E382A03D462C83624
Octal216705207510654106644
Binary10001110111000101010011110110001101011001000110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E382A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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