#924A49

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

Shades of Matrix #924A49

Tints of Matrix #924A49

Color information

#924A49 (or 0x924A49) is unknown color: approx Matrix. HEX triplet: 92, 4A and 49. RGB value is (146,74,73). Sum of RGB (Red+Green+Blue) = 146+74+73=293 (38% of max value = 765). Red value is 146 (57.42% from 255 or 49.83% from 293); Green value is 74 (29.30% from 255 or 25.26% from 293); Blue value is 73 (28.91% from 255 or 24.91% from 293); Max value from RGB is 146 - color contains mainly: red. Hex color #924A49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #924A49 is #6DB5B6. Grayscale: #5F5F5F. Windows color (decimal): -7189943 or 4803218. OLE color: 4803218.

HSL color Cylindrical-coordinate representation of color #924A49: hue angle of 0.82º 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 #924A49 is Cyan = 0, Magento = 0.49, Yellow = 0.5 and Black (K on CMYK) = 0.43.

Color convert

RGB1467473-
CMYK00.490.50.43
HSL0.82º33.33%42.94%-
HSV(B)0.82º50%57.25%-
XYZ15.5111.497.7-
YUV95.41115.35164.08-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 49.83%
GREEN value IS 74 (29.30% from 255) = 25.26%
BLUE value IS 73 (28.91% from 255) = 24.91%
R=49.83%
G=25.26%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.5
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146747300.490.50.430.8233.3342.94
Hex924A49031322B1212b
Octal222112111061625314153
Binary100100101001010100100101100011100101010111100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #924A49; }

 p { color: rgb(146,74,73); }

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

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

 a { background-color: rgb(146,74,73); }

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

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

 span { border-color: rgb(146,74,73); }

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