Html Css Color HEX #8E463F Matrix

📋 copy color: '#8E463F'

red 142 ◦ green 70 ◦ blue 63

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

Shades of Matrix #8E463F

Tints of Matrix #8E463F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.45%

 BLUE value IS 63 (25% from 255) = 22.91%

R = 51.64%
G = 25.45%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.56

 K value IS 0.44

RGB Variations

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

Color information

#8E463F (or 0x8E463F) is known color: Matrix. HEX triplet: 8E, 46 and 3F. RGB value is (142,70,63). Sum of RGB (Red+Green+Blue) = 142+70+63=275 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.64% from 275); Green value is 70 (27.73% from 255 or 25.45% from 275); Blue value is 63 (25% from 255 or 22.91% from 275); Max value from RGB is 142 - color contains mainly: red. Hex color #8E463F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E463F is #71B9C0. Grayscale: #5A5A5A. Windows color (decimal): -7453121 or 4146830. OLE color: 4146830.

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

Color convert

RGB 142 70 63 -
CMYK 0 0.51 0.56 0.44
HSL 5.32º 0.39% 0.4% -
HSV(B) 5.32º 0.56% 0.56% -
XYZ 14.24 10.49 5.98 -
YUV 90.73 112.35 164.57 -
System Red Green Blue C M Y K H S L
Decimal 142 70 63 0 0.51 0.56 0.44 5.32 0.39 0.4
Hex 8E 46 3F 0 33 38 2C 5 27 28
Octal 216 106 77 0 63 70 54 5 47 50
Binary 10001110 1000110 111111 0 110011 111000 101100 101 100111 101000

Color Harmonies of #8E463F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E463F

Black with #8E463F

Text Example


Text Example

White with #8E463F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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