#924C46

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

Shades of Matrix #924C46

Tints of Matrix #924C46

Color information

#924C46 (or 0x924C46) is unknown color: approx Matrix. HEX triplet: 92, 4C and 46. RGB value is (146,76,70). Sum of RGB (Red+Green+Blue) = 146+76+70=292 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50% from 292); Green value is 76 (30.08% from 255 or 26.03% from 292); Blue value is 70 (27.73% from 255 or 23.97% from 292); Max value from RGB is 146 - color contains mainly: red. Hex color #924C46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #924C46 is #6DB3B9. Grayscale: #606060. Windows color (decimal): -7189434 or 4607122. OLE color: 4607122.

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

Color convert

RGB1467670-
CMYK00.480.520.43
HSL4.74º35.19%42.35%-
HSV(B)4.74º52.05%57.25%-
XYZ15.5411.727.24-
YUV96.25113.19163.49-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 50%
GREEN value IS 76 (30.08% from 255) = 26.03%
BLUE value IS 70 (27.73% from 255) = 23.97%
R=50%
G=26.03%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.52
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146767000.480.520.434.7435.1942.35
Hex924C46030342B5232a
Octal222114106060645354352
Binary10010010100110010001100110000110100101011101100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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