#944944

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

Shades of Matrix #944944

Tints of Matrix #944944

Color information

#944944 (or 0x944944) is unknown color: approx Matrix. HEX triplet: 94, 49 and 44. RGB value is (148,73,68). Sum of RGB (Red+Green+Blue) = 148+73+68=289 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.21% from 289); Green value is 73 (28.91% from 255 or 25.26% from 289); Blue value is 68 (26.95% from 255 or 23.53% from 289); Max value from RGB is 148 - color contains mainly: red. Hex color #944944 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944944 is #6BB6BB. Grayscale: #5E5E5E. Windows color (decimal): -7059132 or 4475284. OLE color: 4475284.

HSL color Cylindrical-coordinate representation of color #944944: hue angle of 3.75º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #944944 is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.42.

Color convert

RGB1487368-
CMYK00.510.540.42
HSL3.75º37.04%42.35%-
HSV(B)3.75º54.05%58.04%-
XYZ15.6411.486.86-
YUV94.85112.85165.91-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 51.21%
GREEN value IS 73 (28.91% from 255) = 25.26%
BLUE value IS 68 (26.95% from 255) = 23.53%
R=51.21%
G=25.26%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.54
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148736800.510.540.423.7537.0442.35
Hex944944033362A4252a
Octal224111104063665244552
Binary10010100100100110001000110011110110101010100100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944944; }

 p { color: rgb(148,73,68); }

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

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

 a { background-color: rgb(148,73,68); }

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

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

 span { border-color: rgb(148,73,68); }

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