#8D3936

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

Shades of Thunderbird #8D3936

Tints of Thunderbird #8D3936

Color information

#8D3936 (or 0x8D3936) is unknown color: approx Thunderbird. HEX triplet: 8D, 39 and 36. RGB value is (141,57,54). Sum of RGB (Red+Green+Blue) = 141+57+54=252 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.95% from 252); Green value is 57 (22.66% from 255 or 22.62% from 252); Blue value is 54 (21.48% from 255 or 21.43% from 252); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3936 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D3936 is #72C6C9. Grayscale: #515151. Windows color (decimal): -7521994 or 3553677. OLE color: 3553677.

HSL color Cylindrical-coordinate representation of color #8D3936: hue angle of 2.07º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8D3936 is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.45.

Color convert

RGB1415754-
CMYK00.600.620.45
HSL2.07º44.62%38.24%-
HSV(B)2.07º61.7%55.29%-
XYZ13.118.864.51-
YUV81.77112.33170.24-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 55.95%
GREEN value IS 57 (22.66% from 255) = 22.62%
BLUE value IS 54 (21.48% from 255) = 21.43%
R=55.95%
G=22.62%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.62
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141575400.600.620.452.0744.6238.24
Hex8D393603C3E2D22d26
Octal2157166074765525546
Binary10001101111001110110011110011111010110110101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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