#8D322F

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

Shades of Thunderbird #8D322F

Tints of Thunderbird #8D322F

Color information

#8D322F (or 0x8D322F) is unknown color: approx Thunderbird. HEX triplet: 8D, 32 and 2F. RGB value is (141,50,47). Sum of RGB (Red+Green+Blue) = 141+50+47=238 (31% of max value = 765). Red value is 141 (55.47% from 255 or 59.24% from 238); Green value is 50 (19.92% from 255 or 21.01% from 238); Blue value is 47 (18.75% from 255 or 19.75% from 238); Max value from RGB is 141 - color contains mainly: red. Hex color #8D322F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D322F is #72CDD0. Grayscale: #4C4C4C. Windows color (decimal): -7523793 or 3093133. OLE color: 3093133.

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

Color convert

RGB1415047-
CMYK00.650.670.45
HSL1.91º50%36.86%-
HSV(B)1.91º66.67%55.29%-
XYZ12.648.153.6-
YUV76.87111.15173.74-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 59.24%
GREEN value IS 50 (19.92% from 255) = 21.01%
BLUE value IS 47 (18.75% from 255) = 19.75%
R=59.24%
G=21.01%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.67
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141504700.650.670.451.915036.86
Hex8D322F041432D23225
Octal215625701011035526245
Binary1000110111001010111101000001100001110110110110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D322F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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