#8E352D

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

Shades of Thunderbird #8E352D

Tints of Thunderbird #8E352D

Color information

#8E352D (or 0x8E352D) is unknown color: approx Thunderbird. HEX triplet: 8E, 35 and 2D. RGB value is (142,53,45). Sum of RGB (Red+Green+Blue) = 142+53+45=240 (31% of max value = 765). Red value is 142 (55.86% from 255 or 59.17% from 240); Green value is 53 (21.09% from 255 or 22.08% from 240); Blue value is 45 (17.97% from 255 or 18.75% from 240); Max value from RGB is 142 - color contains mainly: red. Hex color #8E352D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E352D is #71CAD2. Grayscale: #4E4E4E. Windows color (decimal): -7457491 or 2962830. OLE color: 2962830.

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

Color convert

RGB1425345-
CMYK00.630.680.44
HSL4.95º51.87%36.67%-
HSV(B)4.95º68.31%55.69%-
XYZ12.98.493.44-
YUV78.7108.99173.15-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 59.17%
GREEN value IS 53 (21.09% from 255) = 22.08%
BLUE value IS 45 (17.97% from 255) = 18.75%
R=59.17%
G=22.08%
B=18.75%

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
Decimal142534500.630.680.444.9551.8736.67
Hex8E352D03F442C53425
Octal21665550771045456445
Binary1000111011010110110101111111000100101100101110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E352D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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