#924946

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

Shades of Matrix #924946

Tints of Matrix #924946

Color information

#924946 (or 0x924946) is unknown color: approx Matrix. HEX triplet: 92, 49 and 46. RGB value is (146,73,70). Sum of RGB (Red+Green+Blue) = 146+73+70=289 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.52% from 289); Green value is 73 (28.91% from 255 or 25.26% from 289); Blue value is 70 (27.73% from 255 or 24.22% from 289); Max value from RGB is 146 - color contains mainly: red. Hex color #924946 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #924946 is #6DB6B9. Grayscale: #5E5E5E. Windows color (decimal): -7190202 or 4606354. OLE color: 4606354.

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

Color convert

RGB1467370-
CMYK00.50.520.43
HSL2.37º35.19%42.35%-
HSV(B)2.37º52.05%57.25%-
XYZ15.3411.327.17-
YUV94.48114.18164.74-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 50.52%
GREEN value IS 73 (28.91% from 255) = 25.26%
BLUE value IS 70 (27.73% from 255) = 24.22%
R=50.52%
G=25.26%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.52
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146737000.50.520.432.3735.1942.35
Hex924946032342B2232a
Octal222111106062645324352
Binary1001001010010011000110011001011010010101110100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #924946; }

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

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

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

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

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

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

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

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