#8E382E

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

Shades of Thunderbird #8E382E

Tints of Thunderbird #8E382E

Color information

#8E382E (or 0x8E382E) is unknown color: approx Thunderbird. HEX triplet: 8E, 38 and 2E. RGB value is (142,56,46). Sum of RGB (Red+Green+Blue) = 142+56+46=244 (32% of max value = 765). Red value is 142 (55.86% from 255 or 58.20% from 244); Green value is 56 (22.27% from 255 or 22.95% from 244); Blue value is 46 (18.36% from 255 or 18.85% from 244); Max value from RGB is 142 - color contains mainly: red. Hex color #8E382E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E382E is #71C7D1. Grayscale: #505050. Windows color (decimal): -7456722 or 3029134. OLE color: 3029134.

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

Color convert

RGB1425646-
CMYK00.610.680.44
HSL6.25º51.06%36.86%-
HSV(B)6.25º67.61%55.69%-
XYZ13.068.783.59-
YUV80.57108.49171.81-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 58.20%
GREEN value IS 56 (22.27% from 255) = 22.95%
BLUE value IS 46 (18.36% from 255) = 18.85%
R=58.20%
G=22.95%
B=18.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.68
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142564600.610.680.446.2551.0636.86
Hex8E382E03D442C63325
Octal21670560751045466345
Binary1000111011100010111001111011000100101100110110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E382E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,56,46); }

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

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

 a { background-color: rgb(142,56,46); }

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

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

 span { border-color: rgb(142,56,46); }

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