#894C44

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

Shades of Matrix #894C44

Tints of Matrix #894C44

Color information

#894C44 (or 0x894C44) is unknown color: approx Matrix. HEX triplet: 89, 4C and 44. RGB value is (137,76,68). Sum of RGB (Red+Green+Blue) = 137+76+68=281 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.75% from 281); Green value is 76 (30.08% from 255 or 27.05% from 281); Blue value is 68 (26.95% from 255 or 24.20% from 281); Max value from RGB is 137 - color contains mainly: red. Hex color #894C44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894C44 is #76B3BB. Grayscale: #5D5D5D. Windows color (decimal): -7779260 or 4476041. OLE color: 4476041.

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

Color convert

RGB1377668-
CMYK00.450.500.46
HSL6.96º33.66%40.2%-
HSV(B)6.96º50.36%53.73%-
XYZ13.9410.96.84-
YUV93.33113.71159.15-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 48.75%
GREEN value IS 76 (30.08% from 255) = 27.05%
BLUE value IS 68 (26.95% from 255) = 24.20%
R=48.75%
G=27.05%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.50
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137766800.450.500.466.9633.6640.2
Hex894C4402D322E72228
Octal211114104055625674250
Binary10001001100110010001000101101110010101110111100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894C44; }

 p { color: rgb(137,76,68); }

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

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

 a { background-color: rgb(137,76,68); }

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

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

 span { border-color: rgb(137,76,68); }

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