#894841

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

Shades of Matrix #894841

Tints of Matrix #894841

Color information

#894841 (or 0x894841) is unknown color: approx Matrix. HEX triplet: 89, 48 and 41. RGB value is (137,72,65). Sum of RGB (Red+Green+Blue) = 137+72+65=274 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50% from 274); Green value is 72 (28.52% from 255 or 26.28% from 274); Blue value is 65 (25.78% from 255 or 23.72% from 274); Max value from RGB is 137 - color contains mainly: red. Hex color #894841 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894841 is #76B7BE. Grayscale: #5A5A5A. Windows color (decimal): -7780287 or 4278409. OLE color: 4278409.

HSL color Cylindrical-coordinate representation of color #894841: hue angle of 5.83º 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 #894841 is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.46.

Color convert

RGB1377265-
CMYK00.470.530.46
HSL5.83º35.64%39.61%-
HSV(B)5.83º52.55%53.73%-
XYZ13.5910.336.28-
YUV90.64113.53161.07-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 50%
GREEN value IS 72 (28.52% from 255) = 26.28%
BLUE value IS 65 (25.78% from 255) = 23.72%
R=50%
G=26.28%
B=23.72%

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
Decimal137726500.470.530.465.8335.6439.61
Hex89484102F352E62428
Octal211110101057655664450
Binary10001001100100010000010101111110101101110110100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894841; }

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

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

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

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

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

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

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

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