#894540

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

Shades of Matrix #894540

Tints of Matrix #894540

Color information

#894540 (or 0x894540) is unknown color: approx Matrix. HEX triplet: 89, 45 and 40. RGB value is (137,69,64). Sum of RGB (Red+Green+Blue) = 137+69+64=270 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.74% from 270); Green value is 69 (27.34% from 255 or 25.56% from 270); Blue value is 64 (25.39% from 255 or 23.70% from 270); Max value from RGB is 137 - color contains mainly: red. Hex color #894540 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894540 is #76BABF. Grayscale: #585858. Windows color (decimal): -7781056 or 4212105. OLE color: 4212105.

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

Color convert

RGB1376964-
CMYK00.500.530.46
HSL4.11º36.32%39.41%-
HSV(B)4.11º53.28%53.73%-
XYZ13.379.946.07-
YUV88.76114.03162.41-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 50.74%
GREEN value IS 69 (27.34% from 255) = 25.56%
BLUE value IS 64 (25.39% from 255) = 23.70%
R=50.74%
G=25.56%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.53
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137696400.500.530.464.1136.3239.41
Hex894540032352E42427
Octal211105100062655644447
Binary10001001100010110000000110010110101101110100100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894540; }

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

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

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

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

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

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

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

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