Html Css Color HEX #8E352C Thunderbird

📋 copy color: '#8E352C'

red 142 ◦ green 53 ◦ blue 44

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

Shades of Thunderbird #8E352C

Tints of Thunderbird #8E352C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 18.41%

R = 59.41%
G = 22.18%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.69

 K value IS 0.44

RGB Variations

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

Color information

#8E352C (or 0x8E352C) is known color: Thunderbird. HEX triplet: 8E, 35 and 2C. RGB value is (142,53,44). Sum of RGB (Red+Green+Blue) = 142+53+44=239 (31% of max value = 765). Red value is 142 (55.86% from 255 or 59.41% from 239); Green value is 53 (21.09% from 255 or 22.18% from 239); Blue value is 44 (17.58% from 255 or 18.41% from 239); Max value from RGB is 142 - color contains mainly: red. Hex color #8E352C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E352C is #71CAD3. Grayscale: #4E4E4E. Windows color (decimal): -7457492 or 2897294. OLE color: 2897294.

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

Color convert

RGB 142 53 44 -
CMYK 0 0.63 0.69 0.44
HSL 5.51º 0.53% 0.36% -
HSV(B) 5.51º 0.69% 0.56% -
XYZ 12.88 8.48 3.34 -
YUV 78.59 108.49 173.23 -
System Red Green Blue C M Y K H S L
Decimal 142 53 44 0 0.63 0.69 0.44 5.51 0.53 0.36
Hex 8E 35 2C 0 3F 45 2C 6 35 24
Octal 216 65 54 0 77 105 54 6 65 44
Binary 10001110 110101 101100 0 111111 1000101 101100 110 110101 100100

Color Harmonies of #8E352C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E352C

Black with #8E352C

Text Example


Text Example

White with #8E352C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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