#8E322F

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

Shades of Thunderbird #8E322F

Tints of Thunderbird #8E322F

Color information

#8E322F (or 0x8E322F) is unknown color: approx Thunderbird. HEX triplet: 8E, 32 and 2F. RGB value is (142,50,47). Sum of RGB (Red+Green+Blue) = 142+50+47=239 (31% of max value = 765). Red value is 142 (55.86% from 255 or 59.41% from 239); Green value is 50 (19.92% from 255 or 20.92% from 239); Blue value is 47 (18.75% from 255 or 19.67% from 239); Max value from RGB is 142 - color contains mainly: red. Hex color #8E322F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E322F is #71CDD0. Grayscale: #4D4D4D. Windows color (decimal): -7458257 or 3093134. OLE color: 3093134.

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

Color convert

RGB1425047-
CMYK00.650.670.44
HSL1.89º50.26%37.06%-
HSV(B)1.89º66.9%55.69%-
XYZ12.818.243.6-
YUV77.17110.98174.24-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 59.41%
GREEN value IS 50 (19.92% from 255) = 20.92%
BLUE value IS 47 (18.75% from 255) = 19.67%
R=59.41%
G=20.92%
B=19.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.67
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142504700.650.670.441.8950.2637.06
Hex8E322F041432C23225
Octal216625701011035426245
Binary1000111011001010111101000001100001110110010110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E322F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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