#8D3830

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

Shades of Thunderbird #8D3830

Tints of Thunderbird #8D3830

Color information

#8D3830 (or 0x8D3830) is unknown color: approx Thunderbird. HEX triplet: 8D, 38 and 30. RGB value is (141,56,48). Sum of RGB (Red+Green+Blue) = 141+56+48=245 (32% of max value = 765). Red value is 141 (55.47% from 255 or 57.55% from 245); Green value is 56 (22.27% from 255 or 22.86% from 245); Blue value is 48 (19.14% from 255 or 19.59% from 245); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3830 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D3830 is #72C7CF. Grayscale: #505050. Windows color (decimal): -7522256 or 3160205. OLE color: 3160205.

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

Color convert

RGB1415648-
CMYK00.600.660.45
HSL5.16º49.21%37.06%-
HSV(B)5.16º65.96%55.29%-
XYZ12.938.73.79-
YUV80.5109.66171.15-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 57.55%
GREEN value IS 56 (22.27% from 255) = 22.86%
BLUE value IS 48 (19.14% from 255) = 19.59%
R=57.55%
G=22.86%
B=19.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.66
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141564800.600.660.455.1649.2137.06
Hex8D383003C422D53125
Octal21570600741025556145
Binary1000110111100011000001111001000010101101101110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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