#944744

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

Shades of Matrix #944744

Tints of Matrix #944744

Color information

#944744 (or 0x944744) is unknown color: approx Matrix. HEX triplet: 94, 47 and 44. RGB value is (148,71,68). Sum of RGB (Red+Green+Blue) = 148+71+68=287 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.57% from 287); Green value is 71 (28.12% from 255 or 24.74% from 287); Blue value is 68 (26.95% from 255 or 23.69% from 287); Max value from RGB is 148 - color contains mainly: red. Hex color #944744 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944744 is #6BB8BB. Grayscale: #5D5D5D. Windows color (decimal): -7059644 or 4474772. OLE color: 4474772.

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

Color convert

RGB1487168-
CMYK00.520.540.42
HSL2.25º37.04%42.35%-
HSV(B)2.25º54.05%58.04%-
XYZ15.5111.226.82-
YUV93.68113.51166.74-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 51.57%
GREEN value IS 71 (28.12% from 255) = 24.74%
BLUE value IS 68 (26.95% from 255) = 23.69%
R=51.57%
G=24.74%
B=23.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.54
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148716800.520.540.422.2537.0442.35
Hex944744034362A2252a
Octal224107104064665224552
Binary1001010010001111000100011010011011010101010100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944744; }

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

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

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

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

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

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

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

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