#894643

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

Shades of Matrix #894643

Tints of Matrix #894643

Color information

#894643 (or 0x894643) is unknown color: approx Matrix. HEX triplet: 89, 46 and 43. RGB value is (137,70,67). Sum of RGB (Red+Green+Blue) = 137+70+67=274 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50% from 274); Green value is 70 (27.73% from 255 or 25.55% from 274); Blue value is 67 (26.56% from 255 or 24.45% from 274); Max value from RGB is 137 - color contains mainly: red. Hex color #894643 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894643 is #76B9BC. Grayscale: #595959. Windows color (decimal): -7780797 or 4408969. OLE color: 4408969.

HSL color Cylindrical-coordinate representation of color #894643: hue angle of 2.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 #894643 is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.46.

Color convert

RGB1377067-
CMYK00.490.510.46
HSL2.57º34.31%40%-
HSV(B)2.57º51.09%53.73%-
XYZ13.5210.16.55-
YUV89.69115.2161.74-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 50%
GREEN value IS 70 (27.73% from 255) = 25.55%
BLUE value IS 67 (26.56% from 255) = 24.45%
R=50%
G=25.55%
B=24.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.51
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137706700.490.510.462.5734.3140
Hex894643031332E32228
Octal211106103061635634250
Binary1000100110001101000011011000111001110111011100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894643; }

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

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

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

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

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

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

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

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