#914D47

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

Shades of Matrix #914D47

Tints of Matrix #914D47

Color information

#914D47 (or 0x914D47) is unknown color: approx Matrix. HEX triplet: 91, 4D and 47. RGB value is (145,77,71). Sum of RGB (Red+Green+Blue) = 145+77+71=293 (38% of max value = 765). Red value is 145 (57.03% from 255 or 49.49% from 293); Green value is 77 (30.47% from 255 or 26.28% from 293); Blue value is 71 (28.12% from 255 or 24.23% from 293); Max value from RGB is 145 - color contains mainly: red. Hex color #914D47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #914D47 is #6EB2B8. Grayscale: #606060. Windows color (decimal): -7254713 or 4672913. OLE color: 4672913.

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

Color convert

RGB1457771-
CMYK00.470.510.43
HSL4.86º34.26%42.35%-
HSV(B)4.86º51.03%56.86%-
XYZ15.4711.787.42-
YUV96.65113.53162.49-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 49.49%
GREEN value IS 77 (30.47% from 255) = 26.28%
BLUE value IS 71 (28.12% from 255) = 24.23%
R=49.49%
G=26.28%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.51
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145777100.470.510.434.8634.2642.35
Hex914D4702F332B5222a
Octal221115107057635354252
Binary10010001100110110001110101111110011101011101100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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