#8F342F

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

Shades of Thunderbird #8F342F

Tints of Thunderbird #8F342F

Color information

#8F342F (or 0x8F342F) is unknown color: approx Thunderbird. HEX triplet: 8F, 34 and 2F. RGB value is (143,52,47). Sum of RGB (Red+Green+Blue) = 143+52+47=242 (32% of max value = 765). Red value is 143 (56.25% from 255 or 59.09% from 242); Green value is 52 (20.70% from 255 or 21.49% from 242); Blue value is 47 (18.75% from 255 or 19.42% from 242); Max value from RGB is 143 - color contains mainly: red. Hex color #8F342F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F342F is #70CBD0. Grayscale: #4E4E4E. Windows color (decimal): -7392209 or 3093647. OLE color: 3093647.

HSL color Cylindrical-coordinate representation of color #8F342F: hue angle of 3.13º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8F342F is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.44.

Color convert

RGB1435247-
CMYK00.640.670.44
HSL3.13º50.53%37.25%-
HSV(B)3.13º67.13%56.08%-
XYZ13.078.53.64-
YUV78.64110.15173.91-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 59.09%
GREEN value IS 52 (20.70% from 255) = 21.49%
BLUE value IS 47 (18.75% from 255) = 19.42%
R=59.09%
G=21.49%
B=19.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.67
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143524700.640.670.443.1350.5337.25
Hex8F342F040432C33325
Octal217645701001035436345
Binary1000111111010010111101000000100001110110011110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F342F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,52,47); }

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

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

 a { background-color: rgb(143,52,47); }

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

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

 span { border-color: rgb(143,52,47); }

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