#894843

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

Shades of Matrix #894843

Tints of Matrix #894843

Color information

#894843 (or 0x894843) is unknown color: approx Matrix. HEX triplet: 89, 48 and 43. RGB value is (137,72,67). Sum of RGB (Red+Green+Blue) = 137+72+67=276 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.64% from 276); Green value is 72 (28.52% from 255 or 26.09% from 276); Blue value is 67 (26.56% from 255 or 24.28% from 276); Max value from RGB is 137 - color contains mainly: red. Hex color #894843 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894843 is #76B7BC. Grayscale: #5A5A5A. Windows color (decimal): -7780285 or 4409481. OLE color: 4409481.

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

Color convert

RGB1377267-
CMYK00.470.510.46
HSL4.29º34.31%40%-
HSV(B)4.29º51.09%53.73%-
XYZ13.6510.366.59-
YUV90.86114.53160.91-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 49.64%
GREEN value IS 72 (28.52% from 255) = 26.09%
BLUE value IS 67 (26.56% from 255) = 24.28%
R=49.64%
G=26.09%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.51
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137726700.470.510.464.2934.3140
Hex89484302F332E42228
Octal211110103057635644250
Binary10001001100100010000110101111110011101110100100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894843; }

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

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

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

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

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

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

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

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