#914940

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

Shades of Matrix #914940

Tints of Matrix #914940

Color information

#914940 (or 0x914940) is unknown color: approx Matrix. HEX triplet: 91, 49 and 40. RGB value is (145,73,64). Sum of RGB (Red+Green+Blue) = 145+73+64=282 (37% of max value = 765). Red value is 145 (57.03% from 255 or 51.42% from 282); Green value is 73 (28.91% from 255 or 25.89% from 282); Blue value is 64 (25.39% from 255 or 22.70% from 282); Max value from RGB is 145 - color contains mainly: red. Hex color #914940 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #914940 is #6EB6BF. Grayscale: #5D5D5D. Windows color (decimal): -7255744 or 4213137. OLE color: 4213137.

HSL color Cylindrical-coordinate representation of color #914940: hue angle of 6.67º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #914940 is Cyan = 0, Magento = 0.50, Yellow = 0.56 and Black (K on CMYK) = 0.43.

Color convert

RGB1457364-
CMYK00.500.560.43
HSL6.67º38.76%40.98%-
HSV(B)6.67º55.86%56.86%-
XYZ14.9911.156.21-
YUV93.5111.35164.73-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 51.42%
GREEN value IS 73 (28.91% from 255) = 25.89%
BLUE value IS 64 (25.39% from 255) = 22.70%
R=51.42%
G=25.89%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.56
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145736400.500.560.436.6738.7640.98
Hex914940032382B72729
Octal221111100062705374751
Binary10010001100100110000000110010111000101011111100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #914940; }

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

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

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

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

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

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

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

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