#904C44

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

Shades of Matrix #904C44

Tints of Matrix #904C44

Color information

#904C44 (or 0x904C44) is unknown color: approx Matrix. HEX triplet: 90, 4C and 44. RGB value is (144,76,68). Sum of RGB (Red+Green+Blue) = 144+76+68=288 (38% of max value = 765). Red value is 144 (56.64% from 255 or 50% from 288); Green value is 76 (30.08% from 255 or 26.39% from 288); Blue value is 68 (26.95% from 255 or 23.61% from 288); Max value from RGB is 144 - color contains mainly: red. Hex color #904C44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #904C44 is #6FB3BB. Grayscale: #5F5F5F. Windows color (decimal): -7320508 or 4476048. OLE color: 4476048.

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

Color convert

RGB1447668-
CMYK00.470.530.44
HSL6.32º35.85%41.57%-
HSV(B)6.32º52.78%56.47%-
XYZ15.1311.526.89-
YUV95.42112.53162.65-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 50%
GREEN value IS 76 (30.08% from 255) = 26.39%
BLUE value IS 68 (26.95% from 255) = 23.61%
R=50%
G=26.39%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.53
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144766800.470.530.446.3235.8541.57
Hex904C4402F352C6242a
Octal220114104057655464452
Binary10010000100110010001000101111110101101100110100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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