#944A47

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

Shades of Matrix #944A47

Tints of Matrix #944A47

Color information

#944A47 (or 0x944A47) is unknown color: approx Matrix. HEX triplet: 94, 4A and 47. RGB value is (148,74,71). Sum of RGB (Red+Green+Blue) = 148+74+71=293 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.51% from 293); Green value is 74 (29.30% from 255 or 25.26% from 293); Blue value is 71 (28.12% from 255 or 24.23% from 293); Max value from RGB is 148 - color contains mainly: red. Hex color #944A47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944A47 is #6BB5B8. Grayscale: #5F5F5F. Windows color (decimal): -7058873 or 4672148. OLE color: 4672148.

HSL color Cylindrical-coordinate representation of color #944A47: hue angle of 2.34º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #944A47 is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.42.

Color convert

RGB1487471-
CMYK00.500.520.42
HSL2.34º35.16%42.94%-
HSV(B)2.34º52.03%58.04%-
XYZ15.811.657.38-
YUV95.78114.02165.24-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 50.51%
GREEN value IS 74 (29.30% from 255) = 25.26%
BLUE value IS 71 (28.12% from 255) = 24.23%
R=50.51%
G=25.26%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.52
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148747100.500.520.422.3435.1642.94
Hex944A47032342A2232b
Octal224112107062645224353
Binary1001010010010101000111011001011010010101010100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944A47; }

 p { color: rgb(148,74,71); }

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

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

 a { background-color: rgb(148,74,71); }

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

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

 span { border-color: rgb(148,74,71); }

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