#894d43

Color #894D43 Matrix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Matrix #894D43

Tints of Matrix #894D43

Color information

#894D43 (or 0x894D43) is unknown color: approx Matrix. HEX triplet: 89, 4D and 43. RGB value is (137,77,67). Sum of RGB (Red+Green+Blue) = 137+77+67=281 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.75% from 281); Green value is 77 (30.47% from 255 or 27.40% from 281); Blue value is 67 (26.56% from 255 or 23.84% from 281); Max value from RGB is 137 - color contains mainly: red. Hex color #894D43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #894D43 is #76B2BC. Grayscale: #5D5D5D. Windows color (decimal): -7779005 or 4410761. OLE color: 4410761.

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

Color convert

RGB1377767-
CMYK00.440.510.46
HSL8.57º34.31%40%-
HSV(B)8.57º51.09%53.73%-
XYZ13.9811.036.7-
YUV93.8112.88158.81-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 48.75%
GREEN value IS 77 (30.47% from 255) = 27.40%
BLUE value IS 67 (26.56% from 255) = 23.84%
R=48.75%
G=27.40%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.51
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137776700.440.510.468.5734.3140
Hex894D4302C332E92228
Octal2111151030546356114250
Binary100010011001101100001101011001100111011101001100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894d43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894d43; }

 p { color: rgb(137,77,67); }

 H1.HeaderClassName
 {
   color: #894d43;
 }
 .AnyTagClassName
 {
   color: #894d43;
 }
</style>
background-color css

<style>
 a { background-color: #894d43; }

 a { background-color: rgb(137,77,67); }

 div.DivClassName
 {
   background-color: #894d43;
 }
 .BgClassName
 {
   background-color: #894d43;
 }
</style>
border-color css

<style>
 span { border-color: #894d43; }

 span { border-color: rgb(137,77,67); }

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