Html Css Color HEX #8F3C2F Thunderbird

📋 copy color: '#8F3C2F'

red 143 ◦ green 60 ◦ blue 47

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

Shades of Thunderbird #8F3C2F

Tints of Thunderbird #8F3C2F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24%

 BLUE value IS 47 (18.75% from 255) = 18.8%

R = 57.2%
G = 24%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.67

 K value IS 0.44

RGB Variations

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

Color information

#8F3C2F (or 0x8F3C2F) is known color: Thunderbird. HEX triplet: 8F, 3C and 2F. RGB value is (143,60,47). Sum of RGB (Red+Green+Blue) = 143+60+47=250 (33% of max value = 765). Red value is 143 (56.25% from 255 or 57.2% from 250); Green value is 60 (23.83% from 255 or 24% from 250); Blue value is 47 (18.75% from 255 or 18.8% from 250); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3C2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F3C2F is #70C3D0. Grayscale: #535353. Windows color (decimal): -7390161 or 3095695. OLE color: 3095695.

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

Color convert

RGB 143 60 47 -
CMYK 0 0.58 0.67 0.44
HSL 8.13º 0.51% 0.37% -
HSV(B) 8.13º 0.67% 0.56% -
XYZ 13.46 9.28 3.77 -
YUV 83.34 107.5 170.56 -
System Red Green Blue C M Y K H S L
Decimal 143 60 47 0 0.58 0.67 0.44 8.13 0.51 0.37
Hex 8F 3C 2F 0 3A 43 2C 8 33 25
Octal 217 74 57 0 72 103 54 10 63 45
Binary 10001111 111100 101111 0 111010 1000011 101100 1000 110011 100101

Color Harmonies of #8F3C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F3C2F

Black with #8F3C2F

Text Example


Text Example

White with #8F3C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8F3C2F;
 }
 .AnyTagClassName
 {
   color: #8F3C2F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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