#8D342F

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

Shades of Thunderbird #8D342F

Tints of Thunderbird #8D342F

Color information

#8D342F (or 0x8D342F) is unknown color: approx Thunderbird. HEX triplet: 8D, 34 and 2F. RGB value is (141,52,47). Sum of RGB (Red+Green+Blue) = 141+52+47=240 (31% of max value = 765). Red value is 141 (55.47% from 255 or 58.75% from 240); Green value is 52 (20.70% from 255 or 21.67% from 240); Blue value is 47 (18.75% from 255 or 19.58% from 240); Max value from RGB is 141 - color contains mainly: red. Hex color #8D342F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D342F is #72CBD0. Grayscale: #4E4E4E. Windows color (decimal): -7523281 or 3093645. OLE color: 3093645.

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

Color convert

RGB1415247-
CMYK00.630.670.45
HSL3.19º50%36.86%-
HSV(B)3.19º66.67%55.29%-
XYZ12.738.323.63-
YUV78.04110.49172.91-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 58.75%
GREEN value IS 52 (20.70% from 255) = 21.67%
BLUE value IS 47 (18.75% from 255) = 19.58%
R=58.75%
G=21.67%
B=19.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.67
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141524700.630.670.453.195036.86
Hex8D342F03F432D33225
Octal21564570771035536245
Binary100011011101001011110111111100001110110111110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D342F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,52,47); }

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

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

 a { background-color: rgb(141,52,47); }

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

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

 span { border-color: rgb(141,52,47); }

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