#944B47

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

Shades of Matrix #944B47

Tints of Matrix #944B47

Color information

#944B47 (or 0x944B47) is unknown color: approx Matrix. HEX triplet: 94, 4B and 47. RGB value is (148,75,71). Sum of RGB (Red+Green+Blue) = 148+75+71=294 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.34% from 294); Green value is 75 (29.69% from 255 or 25.51% from 294); Blue value is 71 (28.12% from 255 or 24.15% from 294); Max value from RGB is 148 - color contains mainly: red. Hex color #944B47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944B47 is #6BB4B8. Grayscale: #606060. Windows color (decimal): -7058617 or 4672404. OLE color: 4672404.

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

Color convert

RGB1487571-
CMYK00.490.520.42
HSL3.12º35.16%42.94%-
HSV(B)3.12º52.03%58.04%-
XYZ15.8711.787.4-
YUV96.37113.68164.83-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 50.34%
GREEN value IS 75 (29.69% from 255) = 25.51%
BLUE value IS 71 (28.12% from 255) = 24.15%
R=50.34%
G=25.51%
B=24.15%

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
Decimal148757100.490.520.423.1235.1642.94
Hex944B47031342A3232b
Octal224113107061645234353
Binary1001010010010111000111011000111010010101011100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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