#894941

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

Shades of Matrix #894941

Tints of Matrix #894941

Color information

#894941 (or 0x894941) is unknown color: approx Matrix. HEX triplet: 89, 49 and 41. RGB value is (137,73,65). Sum of RGB (Red+Green+Blue) = 137+73+65=275 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.82% from 275); Green value is 73 (28.91% from 255 or 26.55% from 275); Blue value is 65 (25.78% from 255 or 23.64% from 275); Max value from RGB is 137 - color contains mainly: red. Hex color #894941 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894941 is #76B6BE. Grayscale: #5B5B5B. Windows color (decimal): -7780031 or 4278665. OLE color: 4278665.

HSL color Cylindrical-coordinate representation of color #894941: hue angle of 6.67º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #894941 is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.46.

Color convert

RGB1377365-
CMYK00.470.530.46
HSL6.67º35.64%39.61%-
HSV(B)6.67º52.55%53.73%-
XYZ13.6510.476.3-
YUV91.22113.2160.65-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 49.82%
GREEN value IS 73 (28.91% from 255) = 26.55%
BLUE value IS 65 (25.78% from 255) = 23.64%
R=49.82%
G=26.55%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.53
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137736500.470.530.466.6735.6439.61
Hex89494102F352E72428
Octal211111101057655674450
Binary10001001100100110000010101111110101101110111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894941; }

 p { color: rgb(137,73,65); }

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

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

 a { background-color: rgb(137,73,65); }

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

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

 span { border-color: rgb(137,73,65); }

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