#8E342D

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

Shades of Thunderbird #8E342D

Tints of Thunderbird #8E342D

Color information

#8E342D (or 0x8E342D) is unknown color: approx Thunderbird. HEX triplet: 8E, 34 and 2D. RGB value is (142,52,45). Sum of RGB (Red+Green+Blue) = 142+52+45=239 (31% of max value = 765). Red value is 142 (55.86% from 255 or 59.41% from 239); Green value is 52 (20.70% from 255 or 21.76% from 239); Blue value is 45 (17.97% from 255 or 18.83% from 239); Max value from RGB is 142 - color contains mainly: red. Hex color #8E342D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E342D is #71CBD2. Grayscale: #4E4E4E. Windows color (decimal): -7457747 or 2962574. OLE color: 2962574.

HSL color Cylindrical-coordinate representation of color #8E342D: hue angle of 4.33º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8E342D is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.44.

Color convert

RGB1425245-
CMYK00.630.680.44
HSL4.33º51.87%36.67%-
HSV(B)4.33º68.31%55.69%-
XYZ12.868.43.43-
YUV78.11109.32173.57-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 59.41%
GREEN value IS 52 (20.70% from 255) = 21.76%
BLUE value IS 45 (17.97% from 255) = 18.83%
R=59.41%
G=21.76%
B=18.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.68
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142524500.630.680.444.3351.8736.67
Hex8E342D03F442C43425
Octal21664550771045446445
Binary1000111011010010110101111111000100101100100110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E342D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,52,45); }

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

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

 a { background-color: rgb(142,52,45); }

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

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

 span { border-color: rgb(142,52,45); }

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