Html Css Color HEX #8E4C46 Matrix

📋 copy color: '#8E4C46'

red 142 ◦ green 76 ◦ blue 70

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

Shades of Matrix #8E4C46

Tints of Matrix #8E4C46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 24.31%

R = 49.31%
G = 26.39%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.51

 K value IS 0.44

RGB Variations

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

Color information

#8E4C46 (or 0x8E4C46) is known color: Matrix. HEX triplet: 8E, 4C and 46. RGB value is (142,76,70). Sum of RGB (Red+Green+Blue) = 142+76+70=288 (38% of max value = 765). Red value is 142 (55.86% from 255 or 49.31% from 288); Green value is 76 (30.08% from 255 or 26.39% from 288); Blue value is 70 (27.73% from 255 or 24.31% from 288); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4C46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E4C46 is #71B3B9. Grayscale: #5F5F5F. Windows color (decimal): -7451578 or 4607118. OLE color: 4607118.

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

Color convert

RGB 142 76 70 -
CMYK 0 0.46 0.51 0.44
HSL 0.34% 0.42% -
HSV(B) 0.51% 0.56% -
XYZ 14.85 11.36 7.2 -
YUV 95.05 113.87 161.49 -
System Red Green Blue C M Y K H S L
Decimal 142 76 70 0 0.46 0.51 0.44 5 0.34 0.42
Hex 8E 4C 46 0 2E 33 2C 5 22 2A
Octal 216 114 106 0 56 63 54 5 42 52
Binary 10001110 1001100 1000110 0 101110 110011 101100 101 100010 101010

Color Harmonies of #8E4C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4C46

Black with #8E4C46

Text Example


Text Example

White with #8E4C46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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