#924747

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

Shades of Matrix #924747

Tints of Matrix #924747

Color information

#924747 (or 0x924747) is unknown color: approx Matrix. HEX triplet: 92, 47 and 47. RGB value is (146,71,71). Sum of RGB (Red+Green+Blue) = 146+71+71=288 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.69% from 288); Green value is 71 (28.12% from 255 or 24.65% from 288); Blue value is 71 (28.12% from 255 or 24.65% from 288); Max value from RGB is 146 - color contains mainly: red. Hex color #924747 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #924747 is #6DB8B8. Grayscale: #5D5D5D. Windows color (decimal): -7190713 or 4671378. OLE color: 4671378.

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

Color convert

RGB1467171-
CMYK00.510.510.43
HSL34.56%42.55%-
HSV(B)51.37%57.25%-
XYZ15.2411.077.29-
YUV93.42115.35165.5-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 50.69%
GREEN value IS 71 (28.12% from 255) = 24.65%
BLUE value IS 71 (28.12% from 255) = 24.65%
R=50.69%
G=24.65%
B=24.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.51
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146717100.510.510.43034.5642.55
Hex924747033332B0232b
Octal222107107063635304353
Binary100100101000111100011101100111100111010110100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #924747; }

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

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

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

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

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

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

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

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