#904E49

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

Shades of Matrix #904E49

Tints of Matrix #904E49

Color information

#904E49 (or 0x904E49) is unknown color: approx Matrix. HEX triplet: 90, 4E and 49. RGB value is (144,78,73). Sum of RGB (Red+Green+Blue) = 144+78+73=295 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.81% from 295); Green value is 78 (30.86% from 255 or 26.44% from 295); Blue value is 73 (28.91% from 255 or 24.75% from 295); Max value from RGB is 144 - color contains mainly: red. Hex color #904E49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #904E49 is #6FB1B6. Grayscale: #616161. Windows color (decimal): -7319991 or 4804240. OLE color: 4804240.

HSL color Cylindrical-coordinate representation of color #904E49: hue angle of 4.23º 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 #904E49 is Cyan = 0, Magento = 0.46, Yellow = 0.49 and Black (K on CMYK) = 0.44.

Color convert

RGB1447873-
CMYK00.460.490.44
HSL4.23º32.72%42.55%-
HSV(B)4.23º49.31%56.47%-
XYZ15.4311.867.78-
YUV97.16114.37161.41-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 48.81%
GREEN value IS 78 (30.86% from 255) = 26.44%
BLUE value IS 73 (28.91% from 255) = 24.75%
R=48.81%
G=26.44%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.49
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144787300.460.490.444.2332.7242.55
Hex904E4902E312C4212b
Octal220116111056615444153
Binary10010000100111010010010101110110001101100100100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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