#8D3730

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

Shades of Thunderbird #8D3730

Tints of Thunderbird #8D3730

Color information

#8D3730 (or 0x8D3730) is unknown color: approx Thunderbird. HEX triplet: 8D, 37 and 30. RGB value is (141,55,48). Sum of RGB (Red+Green+Blue) = 141+55+48=244 (32% of max value = 765). Red value is 141 (55.47% from 255 or 57.79% from 244); Green value is 55 (21.88% from 255 or 22.54% from 244); Blue value is 48 (19.14% from 255 or 19.67% from 244); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3730 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D3730 is #72C8CF. Grayscale: #505050. Windows color (decimal): -7522512 or 3159949. OLE color: 3159949.

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

Color convert

RGB1415548-
CMYK00.610.660.45
HSL4.52º49.21%37.06%-
HSV(B)4.52º65.96%55.29%-
XYZ12.888.613.78-
YUV79.92109.99171.57-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 57.79%
GREEN value IS 55 (21.88% from 255) = 22.54%
BLUE value IS 48 (19.14% from 255) = 19.67%
R=57.79%
G=22.54%
B=19.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.66
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141554800.610.660.454.5249.2137.06
Hex8D373003D422D53125
Octal21567600751025556145
Binary1000110111011111000001111011000010101101101110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,55,48); }

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

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

 a { background-color: rgb(141,55,48); }

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

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

 span { border-color: rgb(141,55,48); }

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