#924941

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

Shades of Matrix #924941

Tints of Matrix #924941

Color information

#924941 (or 0x924941) is unknown color: approx Matrix. HEX triplet: 92, 49 and 41. RGB value is (146,73,65). Sum of RGB (Red+Green+Blue) = 146+73+65=284 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.41% from 284); Green value is 73 (28.91% from 255 or 25.70% from 284); Blue value is 65 (25.78% from 255 or 22.89% from 284); Max value from RGB is 146 - color contains mainly: red. Hex color #924941 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #924941 is #6DB6BE. Grayscale: #5E5E5E. Windows color (decimal): -7190207 or 4278674. OLE color: 4278674.

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

Color convert

RGB1467365-
CMYK00.50.550.43
HSL5.93º38.39%41.37%-
HSV(B)5.93º55.48%57.25%-
XYZ15.1911.266.37-
YUV93.92111.68165.15-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 51.41%
GREEN value IS 73 (28.91% from 255) = 25.70%
BLUE value IS 65 (25.78% from 255) = 22.89%
R=51.41%
G=25.70%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.55
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146736500.50.550.435.9338.3941.37
Hex924941032372B62629
Octal222111101062675364651
Binary10010010100100110000010110010110111101011110100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #924941; }

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

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

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

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

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

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

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

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