#924A44

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

Shades of Matrix #924A44

Tints of Matrix #924A44

Color information

#924A44 (or 0x924A44) is unknown color: approx Matrix. HEX triplet: 92, 4A and 44. RGB value is (146,74,68). Sum of RGB (Red+Green+Blue) = 146+74+68=288 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.69% from 288); Green value is 74 (29.30% from 255 or 25.69% from 288); Blue value is 68 (26.95% from 255 or 23.61% from 288); Max value from RGB is 146 - color contains mainly: red. Hex color #924A44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #924A44 is #6DB5BB. Grayscale: #5E5E5E. Windows color (decimal): -7189948 or 4475538. OLE color: 4475538.

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

Color convert

RGB1467468-
CMYK00.490.530.43
HSL4.62º36.45%41.96%-
HSV(B)4.62º53.42%57.25%-
XYZ15.3511.436.87-
YUV94.84112.85164.49-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 50.69%
GREEN value IS 74 (29.30% from 255) = 25.69%
BLUE value IS 68 (26.95% from 255) = 23.61%
R=50.69%
G=25.69%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.53
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146746800.490.530.434.6236.4541.96
Hex924A44031352B5242a
Octal222112104061655354452
Binary10010010100101010001000110001110101101011101100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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