Html Css Color HEX #8E3532 Thunderbird

📋 copy color: '#8E3532'

red 142 ◦ green 53 ◦ blue 50

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

Shades of Thunderbird #8E3532

Tints of Thunderbird #8E3532

RGB

 RED value IS 142 (55.86% from 255) = 57.96%

 GREEN value IS 53 (21.09% from 255) = 21.63%

 BLUE value IS 50 (19.92% from 255) = 20.41%

R = 57.96%
G = 21.63%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.65

 K value IS 0.44

RGB Variations

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

Color information

#8E3532 (or 0x8E3532) is known color: Thunderbird. HEX triplet: 8E, 35 and 32. RGB value is (142,53,50). Sum of RGB (Red+Green+Blue) = 142+53+50=245 (32% of max value = 765). Red value is 142 (55.86% from 255 or 57.96% from 245); Green value is 53 (21.09% from 255 or 21.63% from 245); Blue value is 50 (19.92% from 255 or 20.41% from 245); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3532 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E3532 is #71CACD. Grayscale: #4F4F4F. Windows color (decimal): -7457486 or 3290510. OLE color: 3290510.

HSL color Cylindrical-coordinate representation of color #8E3532: hue angle of 1.96º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8E3532 is Cyan = 0, Magento = 0.63, Yellow = 0.65 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 53 50 -
CMYK 0 0.63 0.65 0.44
HSL 1.96º 0.48% 0.38% -
HSV(B) 1.96º 0.65% 0.56% -
XYZ 13 8.53 3.98 -
YUV 79.27 111.49 172.74 -
System Red Green Blue C M Y K H S L
Decimal 142 53 50 0 0.63 0.65 0.44 1.96 0.48 0.38
Hex 8E 35 32 0 3F 41 2C 2 30 26
Octal 216 65 62 0 77 101 54 2 60 46
Binary 10001110 110101 110010 0 111111 1000001 101100 10 110000 100110

Color Harmonies of #8E3532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E3532

Black with #8E3532

Text Example


Text Example

White with #8E3532

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,53,50); }

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

background-color css

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

 a { background-color: rgb(142,53,50); }

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

border-color css

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

 span { border-color: rgb(142,53,50); }

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