Html Css Color HEX #8E3736 Thunderbird

📋 copy color: '#8E3736'

red 142 ◦ green 55 ◦ blue 54

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

Shades of Thunderbird #8E3736

Tints of Thunderbird #8E3736

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.91%

 BLUE value IS 54 (21.48% from 255) = 21.51%

R = 56.57%
G = 21.91%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.62

 K value IS 0.44

RGB Variations

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

Color information

#8E3736 (or 0x8E3736) is known color: Thunderbird. HEX triplet: 8E, 37 and 36. RGB value is (142,55,54). Sum of RGB (Red+Green+Blue) = 142+55+54=251 (33% of max value = 765). Red value is 142 (55.86% from 255 or 56.57% from 251); Green value is 55 (21.88% from 255 or 21.91% from 251); Blue value is 54 (21.48% from 255 or 21.51% from 251); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3736 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E3736 is #71C8C9. Grayscale: #505050. Windows color (decimal): -7456970 or 3553166. OLE color: 3553166.

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

Color convert

RGB 142 55 54 -
CMYK 0 0.61 0.62 0.44
HSL 0.68º 0.45% 0.38% -
HSV(B) 0.68º 0.62% 0.56% -
XYZ 13.19 8.75 4.48 -
YUV 80.9 112.82 171.58 -
System Red Green Blue C M Y K H S L
Decimal 142 55 54 0 0.61 0.62 0.44 0.68 0.45 0.38
Hex 8E 37 36 0 3D 3E 2C 1 2D 26
Octal 216 67 66 0 75 76 54 1 55 46
Binary 10001110 110111 110110 0 111101 111110 101100 1 101101 100110

Color Harmonies of #8E3736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E3736

Black with #8E3736

Text Example


Text Example

White with #8E3736

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,55,54); }

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

background-color css

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

 a { background-color: rgb(142,55,54); }

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

border-color css

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

 span { border-color: rgb(142,55,54); }

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