#8f362f

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

Shades of Thunderbird #8F362F

Tints of Thunderbird #8F362F

Color information

#8F362F (or 0x8F362F) is unknown color: approx Thunderbird. HEX triplet: 8F, 36 and 2F. RGB value is (143,54,47). Sum of RGB (Red+Green+Blue) = 143+54+47=244 (32% of max value = 765). Red value is 143 (56.25% from 255 or 58.61% from 244); Green value is 54 (21.48% from 255 or 22.13% from 244); Blue value is 47 (18.75% from 255 or 19.26% from 244); Max value from RGB is 143 - color contains mainly: red. Hex color #8F362F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F362F is #70C9D0. Grayscale: #4F4F4F. Windows color (decimal): -7391697 or 3094159. OLE color: 3094159.

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

Color convert

RGB1435447-
CMYK00.620.670.44
HSL4.38º50.53%37.25%-
HSV(B)4.38º67.13%56.08%-
XYZ13.168.683.67-
YUV79.81109.49173.07-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 58.61%
GREEN value IS 54 (21.48% from 255) = 22.13%
BLUE value IS 47 (18.75% from 255) = 19.26%
R=58.61%
G=22.13%
B=19.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.67
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143544700.620.670.444.3850.5337.25
Hex8F362F03E432C43325
Octal21766570761035446345
Binary1000111111011010111101111101000011101100100110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8f362f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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