#894543

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

Shades of Matrix #894543

Tints of Matrix #894543

Color information

#894543 (or 0x894543) is unknown color: approx Matrix. HEX triplet: 89, 45 and 43. RGB value is (137,69,67). Sum of RGB (Red+Green+Blue) = 137+69+67=273 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50.18% from 273); Green value is 69 (27.34% from 255 or 25.27% from 273); Blue value is 67 (26.56% from 255 or 24.54% from 273); Max value from RGB is 137 - color contains mainly: red. Hex color #894543 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894543 is #76BABC. Grayscale: #595959. Windows color (decimal): -7781053 or 4408713. OLE color: 4408713.

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

Color convert

RGB1376967-
CMYK00.500.510.46
HSL1.71º34.31%40%-
HSV(B)1.71º51.09%53.73%-
XYZ13.469.986.53-
YUV89.1115.53162.16-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 50.18%
GREEN value IS 69 (27.34% from 255) = 25.27%
BLUE value IS 67 (26.56% from 255) = 24.54%
R=50.18%
G=25.27%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.51
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137696700.500.510.461.7134.3140
Hex894543032332E22228
Octal211105103062635624250
Binary1000100110001011000011011001011001110111010100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894543; }

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

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

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

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

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

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

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

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