#8E3432

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

Shades of Thunderbird #8E3432

Tints of Thunderbird #8E3432

Color information

#8E3432 (or 0x8E3432) is unknown color: approx Thunderbird. HEX triplet: 8E, 34 and 32. RGB value is (142,52,50). Sum of RGB (Red+Green+Blue) = 142+52+50=244 (32% of max value = 765). Red value is 142 (55.86% from 255 or 58.20% from 244); Green value is 52 (20.70% from 255 or 21.31% from 244); Blue value is 50 (19.92% from 255 or 20.49% from 244); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3432 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E3432 is #71CBCD. Grayscale: #4E4E4E. Windows color (decimal): -7457742 or 3290254. OLE color: 3290254.

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

Color convert

RGB1425250-
CMYK00.630.650.44
HSL1.3º47.92%37.65%-
HSV(B)1.3º64.79%55.69%-
XYZ12.968.443.96-
YUV78.68111.82173.16-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 58.20%
GREEN value IS 52 (20.70% from 255) = 21.31%
BLUE value IS 50 (19.92% from 255) = 20.49%
R=58.20%
G=21.31%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.65
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142525000.630.650.441.347.9237.65
Hex8E343203F412C13026
Octal21664620771015416046
Binary10001110110100110010011111110000011011001110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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