Html Css Color HEX #8E4A47 Matrix

📋 copy color: '#8E4A47'

red 142 ◦ green 74 ◦ blue 71

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

Shades of Matrix #8E4A47

Tints of Matrix #8E4A47

RGB

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

 GREEN value IS 74 (29.3% from 255) = 25.78%

 BLUE value IS 71 (28.13% from 255) = 24.74%

R = 49.48%
G = 25.78%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.5

 K value IS 0.44

RGB Variations

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

Color information

#8E4A47 (or 0x8E4A47) is known color: Matrix. HEX triplet: 8E, 4A and 47. RGB value is (142,74,71). Sum of RGB (Red+Green+Blue) = 142+74+71=287 (38% of max value = 765). Red value is 142 (55.86% from 255 or 49.48% from 287); Green value is 74 (29.30% from 255 or 25.78% from 287); Blue value is 71 (28.12% from 255 or 24.74% from 287); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4A47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E4A47 is #71B5B8. Grayscale: #5E5E5E. Windows color (decimal): -7452089 or 4672142. OLE color: 4672142.

HSL color Cylindrical-coordinate representation of color #8E4A47: hue angle of 2.54º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8E4A47 is Cyan = 0, Magento = 0.48, Yellow = 0.5 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 74 71 -
CMYK 0 0.48 0.5 0.44
HSL 2.54º 0.33% 0.42% -
HSV(B) 2.54º 0.5% 0.56% -
XYZ 14.74 11.1 7.33 -
YUV 93.99 115.03 162.24 -
System Red Green Blue C M Y K H S L
Decimal 142 74 71 0 0.48 0.5 0.44 2.54 0.33 0.42
Hex 8E 4A 47 0 30 32 2C 3 21 2A
Octal 216 112 107 0 60 62 54 3 41 52
Binary 10001110 1001010 1000111 0 110000 110010 101100 11 100001 101010

Color Harmonies of #8E4A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4A47

Black with #8E4A47

Text Example


Text Example

White with #8E4A47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,74,71); }

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

background-color css

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

 a { background-color: rgb(142,74,71); }

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

border-color css

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

 span { border-color: rgb(142,74,71); }

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