#924B49

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

Shades of Matrix #924B49

Tints of Matrix #924B49

Color information

#924B49 (or 0x924B49) is unknown color: approx Matrix. HEX triplet: 92, 4B and 49. RGB value is (146,75,73). Sum of RGB (Red+Green+Blue) = 146+75+73=294 (38% of max value = 765). Red value is 146 (57.42% from 255 or 49.66% from 294); Green value is 75 (29.69% from 255 or 25.51% from 294); Blue value is 73 (28.91% from 255 or 24.83% from 294); Max value from RGB is 146 - color contains mainly: red. Hex color #924B49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #924B49 is #6DB4B6. Grayscale: #606060. Windows color (decimal): -7189687 or 4803474. OLE color: 4803474.

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

Color convert

RGB1467573-
CMYK00.490.50.43
HSL1.64º33.33%42.94%-
HSV(B)1.64º50%57.25%-
XYZ15.5711.627.73-
YUV96115.02163.66-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 49.66%
GREEN value IS 75 (29.69% from 255) = 25.51%
BLUE value IS 73 (28.91% from 255) = 24.83%
R=49.66%
G=25.51%
B=24.83%

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
Decimal146757300.490.50.431.6433.3342.94
Hex924B49031322B2212b
Octal222113111061625324153
Binary1001001010010111001001011000111001010101110100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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