#944847

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

Shades of Matrix #944847

Tints of Matrix #944847

Color information

#944847 (or 0x944847) is unknown color: approx Matrix. HEX triplet: 94, 48 and 47. RGB value is (148,72,71). Sum of RGB (Red+Green+Blue) = 148+72+71=291 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.86% from 291); Green value is 72 (28.52% from 255 or 24.74% from 291); Blue value is 71 (28.12% from 255 or 24.40% from 291); Max value from RGB is 148 - color contains mainly: red. Hex color #944847 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944847 is #6BB7B8. Grayscale: #5E5E5E. Windows color (decimal): -7059385 or 4671636. OLE color: 4671636.

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

Color convert

RGB1487271-
CMYK00.510.520.42
HSL0.78º35.16%42.94%-
HSV(B)0.78º52.03%58.04%-
XYZ15.6711.397.33-
YUV94.61114.68166.08-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 50.86%
GREEN value IS 72 (28.52% from 255) = 24.74%
BLUE value IS 71 (28.12% from 255) = 24.40%
R=50.86%
G=24.74%
B=24.40%

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
Decimal148727100.510.520.420.7835.1642.94
Hex944847033342A1232b
Octal224110107063645214353
Binary100101001001000100011101100111101001010101100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944847; }

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

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

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

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

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

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

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

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