#914944

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

Shades of Matrix #914944

Tints of Matrix #914944

Color information

#914944 (or 0x914944) is unknown color: approx Matrix. HEX triplet: 91, 49 and 44. RGB value is (145,73,68). Sum of RGB (Red+Green+Blue) = 145+73+68=286 (37% of max value = 765). Red value is 145 (57.03% from 255 or 50.70% from 286); Green value is 73 (28.91% from 255 or 25.52% from 286); Blue value is 68 (26.95% from 255 or 23.78% from 286); Max value from RGB is 145 - color contains mainly: red. Hex color #914944 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #914944 is #6EB6BB. Grayscale: #5E5E5E. Windows color (decimal): -7255740 or 4475281. OLE color: 4475281.

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

Color convert

RGB1457368-
CMYK00.500.530.43
HSL3.9º36.15%41.76%-
HSV(B)3.9º53.1%56.86%-
XYZ15.111.26.84-
YUV93.96113.35164.41-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 50.70%
GREEN value IS 73 (28.91% from 255) = 25.52%
BLUE value IS 68 (26.95% from 255) = 23.78%
R=50.70%
G=25.52%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.53
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145736800.500.530.433.936.1541.76
Hex914944032352B4242a
Octal221111104062655344452
Binary10010001100100110001000110010110101101011100100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #914944; }

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

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

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

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

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

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

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

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