#895046

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

Shades of Matrix #895046

Tints of Matrix #895046

Color information

#895046 (or 0x895046) is unknown color: approx Matrix. HEX triplet: 89, 50 and 46. RGB value is (137,80,70). Sum of RGB (Red+Green+Blue) = 137+80+70=287 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.74% from 287); Green value is 80 (31.64% from 255 or 27.87% from 287); Blue value is 70 (27.73% from 255 or 24.39% from 287); Max value from RGB is 137 - color contains mainly: red. Hex color #895046 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895046 is #76AFB9. Grayscale: #606060. Windows color (decimal): -7778234 or 4608137. OLE color: 4608137.

HSL color Cylindrical-coordinate representation of color #895046: hue angle of 8.96º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #895046 is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.46.

Color convert

RGB1378070-
CMYK00.420.490.46
HSL8.96º32.37%40.59%-
HSV(B)8.96º48.91%53.73%-
XYZ14.2911.57.26-
YUV95.9113.38157.31-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 47.74%
GREEN value IS 80 (31.64% from 255) = 27.87%
BLUE value IS 70 (27.73% from 255) = 24.39%
R=47.74%
G=27.87%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.49
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137807000.420.490.468.9632.3740.59
Hex89504602A312E92029
Octal2111201060526156114051
Binary100010011010000100011001010101100011011101001100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895046; }

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

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

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

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

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

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

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

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