#894645

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

Shades of Matrix #894645

Tints of Matrix #894645

Color information

#894645 (or 0x894645) is unknown color: approx Matrix. HEX triplet: 89, 46 and 45. RGB value is (137,70,69). Sum of RGB (Red+Green+Blue) = 137+70+69=276 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.64% from 276); Green value is 70 (27.73% from 255 or 25.36% from 276); Blue value is 69 (27.34% from 255 or 25% from 276); Max value from RGB is 137 - color contains mainly: red. Hex color #894645 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894645 is #76B9BA. Grayscale: #595959. Windows color (decimal): -7780795 or 4540041. OLE color: 4540041.

HSL color Cylindrical-coordinate representation of color #894645: hue angle of 0.88º degrees, saturation: 0.33, 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 #894645 is Cyan = 0, Magento = 0.49, Yellow = 0.50 and Black (K on CMYK) = 0.46.

Color convert

RGB1377069-
CMYK00.490.500.46
HSL0.88º33.01%40.39%-
HSV(B)0.88º49.64%53.73%-
XYZ13.5810.136.87-
YUV89.92116.2161.58-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 49.64%
GREEN value IS 70 (27.73% from 255) = 25.36%
BLUE value IS 69 (27.34% from 255) = 25%
R=49.64%
G=25.36%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.50
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137706900.490.500.460.8833.0140.39
Hex894645031322E12128
Octal211106105061625614150
Binary100010011000110100010101100011100101011101100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894645; }

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

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

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

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

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

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

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

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