Html Css Color HEX #8E4C42 Matrix

📋 copy color: '#8E4C42'

red 142 ◦ green 76 ◦ blue 66

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

Shades of Matrix #8E4C42

Tints of Matrix #8E4C42

RGB

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

 GREEN value IS 76 (30.08% from 255) = 26.76%

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

R = 50%
G = 26.76%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.54

 K value IS 0.44

RGB Variations

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

Color information

#8E4C42 (or 0x8E4C42) is known color: Matrix. HEX triplet: 8E, 4C and 42. RGB value is (142,76,66). Sum of RGB (Red+Green+Blue) = 142+76+66=284 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50% from 284); Green value is 76 (30.08% from 255 or 26.76% from 284); Blue value is 66 (26.17% from 255 or 23.24% from 284); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4C42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E4C42 is #71B3BD. Grayscale: #5E5E5E. Windows color (decimal): -7451582 or 4344974. OLE color: 4344974.

HSL color Cylindrical-coordinate representation of color #8E4C42: hue angle of 7.89º 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 #8E4C42 is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 76 66 -
CMYK 0 0.46 0.54 0.44
HSL 7.89º 0.37% 0.41% -
HSV(B) 7.89º 0.54% 0.56% -
XYZ 14.72 11.31 6.56 -
YUV 94.59 111.87 161.81 -
System Red Green Blue C M Y K H S L
Decimal 142 76 66 0 0.46 0.54 0.44 7.89 0.37 0.41
Hex 8E 4C 42 0 2E 36 2C 8 25 29
Octal 216 114 102 0 56 66 54 10 45 51
Binary 10001110 1001100 1000010 0 101110 110110 101100 1000 100101 101001

Color Harmonies of #8E4C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4C42

Black with #8E4C42

Text Example


Text Example

White with #8E4C42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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