Html Css Color HEX #8E3730 Thunderbird

📋 copy color: '#8E3730'

red 142 ◦ green 55 ◦ blue 48

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

Shades of Thunderbird #8E3730

Tints of Thunderbird #8E3730

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 19.59%

R = 57.96%
G = 22.45%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.66

 K value IS 0.44

RGB Variations

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

Color information

#8E3730 (or 0x8E3730) is known color: Thunderbird. HEX triplet: 8E, 37 and 30. RGB value is (142,55,48). Sum of RGB (Red+Green+Blue) = 142+55+48=245 (32% of max value = 765). Red value is 142 (55.86% from 255 or 57.96% from 245); Green value is 55 (21.88% from 255 or 22.45% from 245); Blue value is 48 (19.14% from 255 or 19.59% from 245); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3730 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E3730 is #71C8CF. Grayscale: #505050. Windows color (decimal): -7456976 or 3159950. OLE color: 3159950.

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

Color convert

RGB 142 55 48 -
CMYK 0 0.61 0.66 0.44
HSL 4.47º 0.49% 0.37% -
HSV(B) 4.47º 0.66% 0.56% -
XYZ 13.06 8.7 3.79 -
YUV 80.22 109.82 172.07 -
System Red Green Blue C M Y K H S L
Decimal 142 55 48 0 0.61 0.66 0.44 4.47 0.49 0.37
Hex 8E 37 30 0 3D 42 2C 4 31 25
Octal 216 67 60 0 75 102 54 4 61 45
Binary 10001110 110111 110000 0 111101 1000010 101100 100 110001 100101

Color Harmonies of #8E3730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E3730

Black with #8E3730

Text Example


Text Example

White with #8E3730

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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