#944947

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

Shades of Matrix #944947

Tints of Matrix #944947

Color information

#944947 (or 0x944947) is unknown color: approx Matrix. HEX triplet: 94, 49 and 47. RGB value is (148,73,71). Sum of RGB (Red+Green+Blue) = 148+73+71=292 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.68% from 292); Green value is 73 (28.91% from 255 or 25% from 292); Blue value is 71 (28.12% from 255 or 24.32% from 292); Max value from RGB is 148 - color contains mainly: red. Hex color #944947 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944947 is #6BB6B8. Grayscale: #5F5F5F. Windows color (decimal): -7059129 or 4671892. OLE color: 4671892.

HSL color Cylindrical-coordinate representation of color #944947: hue angle of 1.56º 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 #944947 is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.42.

Color convert

RGB1487371-
CMYK00.510.520.42
HSL1.56º35.16%42.94%-
HSV(B)1.56º52.03%58.04%-
XYZ15.7311.527.35-
YUV95.2114.35165.66-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 50.68%
GREEN value IS 73 (28.91% from 255) = 25%
BLUE value IS 71 (28.12% from 255) = 24.32%
R=50.68%
G=25%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.52
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148737100.510.520.421.5635.1642.94
Hex944947033342A2232b
Octal224111107063645224353
Binary1001010010010011000111011001111010010101010100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944947; }

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

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

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

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

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

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

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

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