#944C47

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

Shades of Matrix #944C47

Tints of Matrix #944C47

Color information

#944C47 (or 0x944C47) is unknown color: approx Matrix. HEX triplet: 94, 4C and 47. RGB value is (148,76,71). Sum of RGB (Red+Green+Blue) = 148+76+71=295 (39% of max value = 765). Red value is 148 (58.20% from 255 or 50.17% from 295); Green value is 76 (30.08% from 255 or 25.76% from 295); Blue value is 71 (28.12% from 255 or 24.07% from 295); Max value from RGB is 148 - color contains mainly: red. Hex color #944C47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944C47 is #6BB3B8. Grayscale: #616161. Windows color (decimal): -7058361 or 4672660. OLE color: 4672660.

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

Color convert

RGB1487671-
CMYK00.490.520.42
HSL3.9º35.16%42.94%-
HSV(B)3.9º52.03%58.04%-
XYZ15.9311.927.42-
YUV96.96113.35164.41-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 50.17%
GREEN value IS 76 (30.08% from 255) = 25.76%
BLUE value IS 71 (28.12% from 255) = 24.07%
R=50.17%
G=25.76%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.52
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148767100.490.520.423.935.1642.94
Hex944C47031342A4232b
Octal224114107061645244353
Binary10010100100110010001110110001110100101010100100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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