Html Css Color HEX #8E4C48 Matrix

📋 copy color: '#8E4C48'

red 142 ◦ green 76 ◦ blue 72

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

Shades of Matrix #8E4C48

Tints of Matrix #8E4C48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 24.83%

R = 48.97%
G = 26.21%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.49

 K value IS 0.44

RGB Variations

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

Color information

#8E4C48 (or 0x8E4C48) is known color: Matrix. HEX triplet: 8E, 4C and 48. RGB value is (142,76,72). Sum of RGB (Red+Green+Blue) = 142+76+72=290 (38% of max value = 765). Red value is 142 (55.86% from 255 or 48.97% from 290); Green value is 76 (30.08% from 255 or 26.21% from 290); Blue value is 72 (28.52% from 255 or 24.83% from 290); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4C48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E4C48 is #71B3B7. Grayscale: #5F5F5F. Windows color (decimal): -7451576 or 4738190. OLE color: 4738190.

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

Color convert

RGB 142 76 72 -
CMYK 0 0.46 0.49 0.44
HSL 3.43º 0.33% 0.42% -
HSV(B) 3.43º 0.49% 0.56% -
XYZ 14.91 11.39 7.54 -
YUV 95.28 114.87 161.33 -
System Red Green Blue C M Y K H S L
Decimal 142 76 72 0 0.46 0.49 0.44 3.43 0.33 0.42
Hex 8E 4C 48 0 2E 31 2C 3 21 2A
Octal 216 114 110 0 56 61 54 3 41 52
Binary 10001110 1001100 1001000 0 101110 110001 101100 11 100001 101010

Color Harmonies of #8E4C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4C48

Black with #8E4C48

Text Example


Text Example

White with #8E4C48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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