#8E3936

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

Shades of Thunderbird #8E3936

Tints of Thunderbird #8E3936

Color information

#8E3936 (or 0x8E3936) is unknown color: approx Thunderbird. HEX triplet: 8E, 39 and 36. RGB value is (142,57,54). Sum of RGB (Red+Green+Blue) = 142+57+54=253 (33% of max value = 765). Red value is 142 (55.86% from 255 or 56.13% from 253); Green value is 57 (22.66% from 255 or 22.53% from 253); Blue value is 54 (21.48% from 255 or 21.34% from 253); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3936 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E3936 is #71C6C9. Grayscale: #525252. Windows color (decimal): -7456458 or 3553678. OLE color: 3553678.

HSL color Cylindrical-coordinate representation of color #8E3936: hue angle of 2.05º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8E3936 is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.44.

Color convert

RGB1425754-
CMYK00.600.620.44
HSL2.05º44.9%38.43%-
HSV(B)2.05º61.97%55.69%-
XYZ13.288.944.52-
YUV82.07112.16170.74-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 56.13%
GREEN value IS 57 (22.66% from 255) = 22.53%
BLUE value IS 54 (21.48% from 255) = 21.34%
R=56.13%
G=22.53%
B=21.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.62
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142575400.600.620.442.0544.938.43
Hex8E393603C3E2C22d26
Octal2167166074765425546
Binary10001110111001110110011110011111010110010101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,57,54); }

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

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

 a { background-color: rgb(142,57,54); }

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

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

 span { border-color: rgb(142,57,54); }

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