#8E3935

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

Shades of Thunderbird #8E3935

Tints of Thunderbird #8E3935

Color information

#8E3935 (or 0x8E3935) is unknown color: approx Thunderbird. HEX triplet: 8E, 39 and 35. RGB value is (142,57,53). Sum of RGB (Red+Green+Blue) = 142+57+53=252 (33% of max value = 765). Red value is 142 (55.86% from 255 or 56.35% from 252); Green value is 57 (22.66% from 255 or 22.62% from 252); Blue value is 53 (21.09% from 255 or 21.03% from 252); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3935 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E3935 is #71C6CA. Grayscale: #525252. Windows color (decimal): -7456459 or 3488142. OLE color: 3488142.

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

Color convert

RGB1425753-
CMYK00.600.630.44
HSL2.7º45.64%38.24%-
HSV(B)2.7º62.68%55.69%-
XYZ13.268.934.39-
YUV81.96111.66170.83-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 56.35%
GREEN value IS 57 (22.66% from 255) = 22.62%
BLUE value IS 53 (21.09% from 255) = 21.03%
R=56.35%
G=22.62%
B=21.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.63
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142575300.600.630.442.745.6438.24
Hex8E393503C3F2C32e26
Octal2167165074775435646
Binary10001110111001110101011110011111110110011101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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