#8E3735

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

Shades of Thunderbird #8E3735

Tints of Thunderbird #8E3735

Color information

#8E3735 (or 0x8E3735) is unknown color: approx Thunderbird. HEX triplet: 8E, 37 and 35. RGB value is (142,55,53). Sum of RGB (Red+Green+Blue) = 142+55+53=250 (33% of max value = 765). Red value is 142 (55.86% from 255 or 56.8% from 250); Green value is 55 (21.88% from 255 or 22% from 250); Blue value is 53 (21.09% from 255 or 21.2% from 250); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3735 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E3735 is #71C8CA. Grayscale: #505050. Windows color (decimal): -7456971 or 3487630. OLE color: 3487630.

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

Color convert

RGB1425553-
CMYK00.610.630.44
HSL1.35º45.64%38.24%-
HSV(B)1.35º62.68%55.69%-
XYZ13.168.744.36-
YUV80.78112.32171.66-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 56.8%
GREEN value IS 55 (21.88% from 255) = 22%
BLUE value IS 53 (21.09% from 255) = 21.2%
R=56.8%
G=22%
B=21.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.63
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142555300.610.630.441.3545.6438.24
Hex8E373503D3F2C12e26
Octal2166765075775415646
Binary1000111011011111010101111011111111011001101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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