#904C47

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

Shades of Matrix #904C47

Tints of Matrix #904C47

Color information

#904C47 (or 0x904C47) is unknown color: approx Matrix. HEX triplet: 90, 4C and 47. RGB value is (144,76,71). Sum of RGB (Red+Green+Blue) = 144+76+71=291 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.48% from 291); Green value is 76 (30.08% from 255 or 26.12% from 291); Blue value is 71 (28.12% from 255 or 24.40% from 291); Max value from RGB is 144 - color contains mainly: red. Hex color #904C47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #904C47 is #6FB3B8. Grayscale: #5F5F5F. Windows color (decimal): -7320505 or 4672656. OLE color: 4672656.

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

Color convert

RGB1447671-
CMYK00.470.510.44
HSL4.11º33.95%42.16%-
HSV(B)4.11º50.69%56.47%-
XYZ15.2211.557.39-
YUV95.76114.03162.41-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 49.48%
GREEN value IS 76 (30.08% from 255) = 26.12%
BLUE value IS 71 (28.12% from 255) = 24.40%
R=49.48%
G=26.12%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.51
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144767100.470.510.444.1133.9542.16
Hex904C4702F332C4222a
Octal220114107057635444252
Binary10010000100110010001110101111110011101100100100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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