#8e362f

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

Shades of Thunderbird #8E362F

Tints of Thunderbird #8E362F

Color information

#8E362F (or 0x8E362F) is unknown color: approx Thunderbird. HEX triplet: 8E, 36 and 2F. RGB value is (142,54,47). Sum of RGB (Red+Green+Blue) = 142+54+47=243 (32% of max value = 765). Red value is 142 (55.86% from 255 or 58.44% from 243); Green value is 54 (21.48% from 255 or 22.22% from 243); Blue value is 47 (18.75% from 255 or 19.34% from 243); Max value from RGB is 142 - color contains mainly: red. Hex color #8E362F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E362F is #71C9D0. Grayscale: #4F4F4F. Windows color (decimal): -7457233 or 3094158. OLE color: 3094158.

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

Color convert

RGB1425447-
CMYK00.620.670.44
HSL4.42º50.26%37.06%-
HSV(B)4.42º66.9%55.69%-
XYZ12.998.593.66-
YUV79.51109.65172.57-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 58.44%
GREEN value IS 54 (21.48% from 255) = 22.22%
BLUE value IS 47 (18.75% from 255) = 19.34%
R=58.44%
G=22.22%
B=19.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.67
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142544700.620.670.444.4250.2637.06
Hex8E362F03E432C43225
Octal21666570761035446245
Binary1000111011011010111101111101000011101100100110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8e362f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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