#894E44

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

Shades of Matrix #894E44

Tints of Matrix #894E44

Color information

#894E44 (or 0x894E44) is unknown color: approx Matrix. HEX triplet: 89, 4E and 44. RGB value is (137,78,68). Sum of RGB (Red+Green+Blue) = 137+78+68=283 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.41% from 283); Green value is 78 (30.86% from 255 or 27.56% from 283); Blue value is 68 (26.95% from 255 or 24.03% from 283); Max value from RGB is 137 - color contains mainly: red. Hex color #894E44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #894E44 is #76B1BB. Grayscale: #5E5E5E. Windows color (decimal): -7778748 or 4476553. OLE color: 4476553.

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

Color convert

RGB1377868-
CMYK00.430.500.46
HSL8.7º33.66%40.2%-
HSV(B)8.7º50.36%53.73%-
XYZ14.0811.186.89-
YUV94.5113.05158.31-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 48.41%
GREEN value IS 78 (30.86% from 255) = 27.56%
BLUE value IS 68 (26.95% from 255) = 24.03%
R=48.41%
G=27.56%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.50
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137786800.430.500.468.733.6640.2
Hex894E4402B322E92228
Octal2111161040536256114250
Binary100010011001110100010001010111100101011101001100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,78,68); }

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

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

 a { background-color: rgb(137,78,68); }

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

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

 span { border-color: rgb(137,78,68); }

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