Html Css Color HEX #8E4442 Matrix

📋 copy color: '#8E4442'

red 142 ◦ green 68 ◦ blue 66

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

Shades of Matrix #8E4442

Tints of Matrix #8E4442

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.64%

 BLUE value IS 66 (26.17% from 255) = 23.91%

R = 51.45%
G = 24.64%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.54

 K value IS 0.44

RGB Variations

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

Color information

#8E4442 (or 0x8E4442) is known color: Matrix. HEX triplet: 8E, 44 and 42. RGB value is (142,68,66). Sum of RGB (Red+Green+Blue) = 142+68+66=276 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.45% from 276); Green value is 68 (26.95% from 255 or 24.64% from 276); Blue value is 66 (26.17% from 255 or 23.91% from 276); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4442 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E4442 is #71BBBD. Grayscale: #595959. Windows color (decimal): -7453630 or 4342926. OLE color: 4342926.

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

Color convert

RGB 142 68 66 -
CMYK 0 0.52 0.54 0.44
HSL 1.58º 0.37% 0.41% -
HSV(B) 1.58º 0.54% 0.56% -
XYZ 14.21 10.28 6.39 -
YUV 89.9 114.52 165.16 -
System Red Green Blue C M Y K H S L
Decimal 142 68 66 0 0.52 0.54 0.44 1.58 0.37 0.41
Hex 8E 44 42 0 34 36 2C 2 25 29
Octal 216 104 102 0 64 66 54 2 45 51
Binary 10001110 1000100 1000010 0 110100 110110 101100 10 100101 101001

Color Harmonies of #8E4442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4442

Black with #8E4442

Text Example


Text Example

White with #8E4442

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,68,66); }

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

background-color css

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

 a { background-color: rgb(142,68,66); }

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

border-color css

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

 span { border-color: rgb(142,68,66); }

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