#8E3533

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

Shades of Thunderbird #8E3533

Tints of Thunderbird #8E3533

Color information

#8E3533 (or 0x8E3533) is unknown color: approx Thunderbird. HEX triplet: 8E, 35 and 33. RGB value is (142,53,51). Sum of RGB (Red+Green+Blue) = 142+53+51=246 (32% of max value = 765). Red value is 142 (55.86% from 255 or 57.72% from 246); Green value is 53 (21.09% from 255 or 21.54% from 246); Blue value is 51 (20.31% from 255 or 20.73% from 246); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3533 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E3533 is #71CACC. Grayscale: #4F4F4F. Windows color (decimal): -7457485 or 3356046. OLE color: 3356046.

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

Color convert

RGB1425351-
CMYK00.630.640.44
HSL1.32º47.15%37.84%-
HSV(B)1.32º64.08%55.69%-
XYZ13.038.544.09-
YUV79.38111.99172.66-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 57.72%
GREEN value IS 53 (21.09% from 255) = 21.54%
BLUE value IS 51 (20.31% from 255) = 20.73%
R=57.72%
G=21.54%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.64
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142535100.630.640.441.3247.1537.84
Hex8E353303F402C12f26
Octal21665630771005415746
Binary10001110110101110011011111110000001011001101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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