#8E3B2E

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

Shades of Thunderbird #8E3B2E

Tints of Thunderbird #8E3B2E

Color information

#8E3B2E (or 0x8E3B2E) is unknown color: approx Thunderbird. HEX triplet: 8E, 3B and 2E. RGB value is (142,59,46). Sum of RGB (Red+Green+Blue) = 142+59+46=247 (32% of max value = 765). Red value is 142 (55.86% from 255 or 57.49% from 247); Green value is 59 (23.44% from 255 or 23.89% from 247); Blue value is 46 (18.36% from 255 or 18.62% from 247); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3B2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E3B2E is #71C4D1. Grayscale: #525252. Windows color (decimal): -7455954 or 3029902. OLE color: 3029902.

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

Color convert

RGB1425946-
CMYK00.580.680.44
HSL8.12º51.06%36.86%-
HSV(B)8.12º67.61%55.69%-
XYZ13.219.083.64-
YUV82.34107.5170.56-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 57.49%
GREEN value IS 59 (23.44% from 255) = 23.89%
BLUE value IS 46 (18.36% from 255) = 18.62%
R=57.49%
G=23.89%
B=18.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.68
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142594600.580.680.448.1251.0636.86
Hex8E3B2E03A442C83325
Octal216735607210454106345
Binary10001110111011101110011101010001001011001000110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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