#924C47

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

Shades of Matrix #924C47

Tints of Matrix #924C47

Color information

#924C47 (or 0x924C47) is unknown color: approx Matrix. HEX triplet: 92, 4C and 47. RGB value is (146,76,71). Sum of RGB (Red+Green+Blue) = 146+76+71=293 (38% of max value = 765). Red value is 146 (57.42% from 255 or 49.83% from 293); Green value is 76 (30.08% from 255 or 25.94% from 293); Blue value is 71 (28.12% from 255 or 24.23% from 293); Max value from RGB is 146 - color contains mainly: red. Hex color #924C47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #924C47 is #6DB3B8. Grayscale: #606060. Windows color (decimal): -7189433 or 4672658. OLE color: 4672658.

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

Color convert

RGB1467671-
CMYK00.480.510.43
HSL34.56%42.55%-
HSV(B)51.37%57.25%-
XYZ15.5811.737.41-
YUV96.36113.69163.41-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 49.83%
GREEN value IS 76 (30.08% from 255) = 25.94%
BLUE value IS 71 (28.12% from 255) = 24.23%
R=49.83%
G=25.94%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.51
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146767100.480.510.43434.5642.55
Hex924C47030332B4232b
Octal222114107060635344353
Binary10010010100110010001110110000110011101011100100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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