#904947

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

Shades of Matrix #904947

Tints of Matrix #904947

Color information

#904947 (or 0x904947) is unknown color: approx Matrix. HEX triplet: 90, 49 and 47. RGB value is (144,73,71). Sum of RGB (Red+Green+Blue) = 144+73+71=288 (38% of max value = 765). Red value is 144 (56.64% from 255 or 50% from 288); Green value is 73 (28.91% from 255 or 25.35% from 288); Blue value is 71 (28.12% from 255 or 24.65% from 288); Max value from RGB is 144 - color contains mainly: red. Hex color #904947 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #904947 is #6FB6B8. Grayscale: #5E5E5E. Windows color (decimal): -7321273 or 4671888. OLE color: 4671888.

HSL color Cylindrical-coordinate representation of color #904947: hue angle of 1.64º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #904947 is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.44.

Color convert

RGB1447371-
CMYK00.490.510.44
HSL1.64º33.95%42.16%-
HSV(B)1.64º50.69%56.47%-
XYZ15.0211.157.32-
YUV94115.02163.66-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 50%
GREEN value IS 73 (28.91% from 255) = 25.35%
BLUE value IS 71 (28.12% from 255) = 24.65%
R=50%
G=25.35%
B=24.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.51
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144737100.490.510.441.6433.9542.16
Hex904947031332C2222a
Octal220111107061635424252
Binary1001000010010011000111011000111001110110010100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #904947; }

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

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

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

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

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

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

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

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