Html Css Color HEX #8F342F Thunderbird

📋 copy color: '#8F342F'

red 143 ◦ green 52 ◦ blue 47

#8F342F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Thunderbird #8F342F

Tints of Thunderbird #8F342F

RGB

 RED value IS 143 (56.25% from 255) = 59.09%

 GREEN value IS 52 (20.7% 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 value IS 0

 M value IS 0.64

 Y value IS 0.67

 K value IS 0.44

RGB Variations

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

Color information

#8F342F (or 0x8F342F) is known color: 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.12º 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

RGB 143 52 47 -
CMYK 0 0.64 0.67 0.44
HSL 3.13º 0.51% 0.37% -
HSV(B) 3.13º 0.67% 0.56% -
XYZ 13.07 8.5 3.64 -
YUV 78.64 110.15 173.91 -
System Red Green Blue C M Y K H S L
Decimal 143 52 47 0 0.64 0.67 0.44 3.13 0.51 0.37
Hex 8F 34 2F 0 40 43 2C 3 33 25
Octal 217 64 57 0 100 103 54 3 63 45
Binary 10001111 110100 101111 0 1000000 1000011 101100 11 110011 100101

Color Harmonies of #8F342F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F342F

Black with #8F342F

Text Example


Text Example

White with #8F342F

Text Example


Text Example

HTML Codes & Css Web 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>