#8D392F

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

Shades of Thunderbird #8D392F

Tints of Thunderbird #8D392F

Color information

#8D392F (or 0x8D392F) is unknown color: approx Thunderbird. HEX triplet: 8D, 39 and 2F. RGB value is (141,57,47). Sum of RGB (Red+Green+Blue) = 141+57+47=245 (32% of max value = 765). Red value is 141 (55.47% from 255 or 57.55% from 245); Green value is 57 (22.66% from 255 or 23.27% from 245); Blue value is 47 (18.75% from 255 or 19.18% from 245); Max value from RGB is 141 - color contains mainly: red. Hex color #8D392F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D392F is #72C6D0. Grayscale: #515151. Windows color (decimal): -7522001 or 3094925. OLE color: 3094925.

HSL color Cylindrical-coordinate representation of color #8D392F: hue angle of 6.38º 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 #8D392F is Cyan = 0, Magento = 0.60, Yellow = 0.67 and Black (K on CMYK) = 0.45.

Color convert

RGB1415747-
CMYK00.600.670.45
HSL6.38º50%36.86%-
HSV(B)6.38º66.67%55.29%-
XYZ12.968.793.7-
YUV80.98108.83170.81-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 57.55%
GREEN value IS 57 (22.66% from 255) = 23.27%
BLUE value IS 47 (18.75% from 255) = 19.18%
R=57.55%
G=23.27%
B=19.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.67
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141574700.600.670.456.385036.86
Hex8D392F03C432D63225
Octal21571570741035566245
Binary1000110111100110111101111001000011101101110110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D392F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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