#914D49

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

Shades of Matrix #914D49

Tints of Matrix #914D49

Color information

#914D49 (or 0x914D49) is unknown color: approx Matrix. HEX triplet: 91, 4D and 49. RGB value is (145,77,73). Sum of RGB (Red+Green+Blue) = 145+77+73=295 (39% of max value = 765). Red value is 145 (57.03% from 255 or 49.15% from 295); Green value is 77 (30.47% from 255 or 26.10% from 295); Blue value is 73 (28.91% from 255 or 24.75% from 295); Max value from RGB is 145 - color contains mainly: red. Hex color #914D49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #914D49 is #6EB2B6. Grayscale: #606060. Windows color (decimal): -7254711 or 4803985. OLE color: 4803985.

HSL color Cylindrical-coordinate representation of color #914D49: hue angle of 3.33º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #914D49 is Cyan = 0, Magento = 0.47, Yellow = 0.50 and Black (K on CMYK) = 0.43.

Color convert

RGB1457773-
CMYK00.470.500.43
HSL3.33º33.03%42.75%-
HSV(B)3.33º49.66%56.86%-
XYZ15.5311.817.76-
YUV96.88114.53162.33-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 49.15%
GREEN value IS 77 (30.47% from 255) = 26.10%
BLUE value IS 73 (28.91% from 255) = 24.75%
R=49.15%
G=26.10%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.50
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145777300.470.500.433.3333.0342.75
Hex914D4902F322B3212b
Octal221115111057625334153
Binary1001000110011011001001010111111001010101111100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #914D49; }

 p { color: rgb(145,77,73); }

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

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

 a { background-color: rgb(145,77,73); }

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

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

 span { border-color: rgb(145,77,73); }

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