#8E3430

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

Shades of Thunderbird #8E3430

Tints of Thunderbird #8E3430

Color information

#8E3430 (or 0x8E3430) is unknown color: approx Thunderbird. HEX triplet: 8E, 34 and 30. RGB value is (142,52,48). Sum of RGB (Red+Green+Blue) = 142+52+48=242 (32% of max value = 765). Red value is 142 (55.86% from 255 or 58.68% from 242); Green value is 52 (20.70% from 255 or 21.49% from 242); Blue value is 48 (19.14% from 255 or 19.83% from 242); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3430 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E3430 is #71CBCF. Grayscale: #4E4E4E. Windows color (decimal): -7457744 or 3159182. OLE color: 3159182.

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

Color convert

RGB1425248-
CMYK00.630.660.44
HSL2.55º49.47%37.25%-
HSV(B)2.55º66.2%55.69%-
XYZ12.928.423.74-
YUV78.45110.82173.33-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 58.68%
GREEN value IS 52 (20.70% from 255) = 21.49%
BLUE value IS 48 (19.14% from 255) = 19.83%
R=58.68%
G=21.49%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.66
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142524800.630.660.442.5549.4737.25
Hex8E343003F422C33125
Octal21664600771025436145
Binary100011101101001100000111111100001010110011110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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