#904C49

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

Shades of Matrix #904C49

Tints of Matrix #904C49

Color information

#904C49 (or 0x904C49) is unknown color: approx Matrix. HEX triplet: 90, 4C and 49. RGB value is (144,76,73). Sum of RGB (Red+Green+Blue) = 144+76+73=293 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.15% from 293); Green value is 76 (30.08% from 255 or 25.94% from 293); Blue value is 73 (28.91% from 255 or 24.91% from 293); Max value from RGB is 144 - color contains mainly: red. Hex color #904C49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #904C49 is #6FB3B6. Grayscale: #606060. Windows color (decimal): -7320503 or 4803728. OLE color: 4803728.

HSL color Cylindrical-coordinate representation of color #904C49: hue angle of 2.54º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #904C49 is Cyan = 0, Magento = 0.47, Yellow = 0.49 and Black (K on CMYK) = 0.44.

Color convert

RGB1447673-
CMYK00.470.490.44
HSL2.54º32.72%42.55%-
HSV(B)2.54º49.31%56.47%-
XYZ15.2911.587.73-
YUV95.99115.03162.24-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 49.15%
GREEN value IS 76 (30.08% from 255) = 25.94%
BLUE value IS 73 (28.91% from 255) = 24.91%
R=49.15%
G=25.94%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.49
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144767300.470.490.442.5432.7242.55
Hex904C4902F312C3212b
Octal220114111057615434153
Binary1001000010011001001001010111111000110110011100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #904C49; }

 p { color: rgb(144,76,73); }

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

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

 a { background-color: rgb(144,76,73); }

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

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

 span { border-color: rgb(144,76,73); }

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