#8E3937

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

Shades of Thunderbird #8E3937

Tints of Thunderbird #8E3937

Color information

#8E3937 (or 0x8E3937) is unknown color: approx Thunderbird. HEX triplet: 8E, 39 and 37. RGB value is (142,57,55). Sum of RGB (Red+Green+Blue) = 142+57+55=254 (33% of max value = 765). Red value is 142 (55.86% from 255 or 55.91% from 254); Green value is 57 (22.66% from 255 or 22.44% from 254); Blue value is 55 (21.88% from 255 or 21.65% from 254); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3937 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E3937 is #71C6C8. Grayscale: #525252. Windows color (decimal): -7456457 or 3619214. OLE color: 3619214.

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

Color convert

RGB1425755-
CMYK00.600.610.44
HSL1.38º44.16%38.63%-
HSV(B)1.38º61.27%55.69%-
XYZ13.318.954.64-
YUV82.19112.66170.66-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 55.91%
GREEN value IS 57 (22.66% from 255) = 22.44%
BLUE value IS 55 (21.88% from 255) = 21.65%
R=55.91%
G=22.44%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.61
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142575500.600.610.441.3844.1638.63
Hex8E393703C3D2C12c27
Octal2167167074755415447
Binary1000111011100111011101111001111011011001101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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