#934A43

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

Shades of Matrix #934A43

Tints of Matrix #934A43

Color information

#934A43 (or 0x934A43) is unknown color: approx Matrix. HEX triplet: 93, 4A and 43. RGB value is (147,74,67). Sum of RGB (Red+Green+Blue) = 147+74+67=288 (38% of max value = 765). Red value is 147 (57.81% from 255 or 51.04% from 288); Green value is 74 (29.30% from 255 or 25.69% from 288); Blue value is 67 (26.56% from 255 or 23.26% from 288); Max value from RGB is 147 - color contains mainly: red. Hex color #934A43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #934A43 is #6CB5BC. Grayscale: #5F5F5F. Windows color (decimal): -7124413 or 4410003. OLE color: 4410003.

HSL color Cylindrical-coordinate representation of color #934A43: hue angle of 5.25º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #934A43 is Cyan = 0, Magento = 0.50, Yellow = 0.54 and Black (K on CMYK) = 0.42.

Color convert

RGB1477467-
CMYK00.500.540.42
HSL5.25º37.38%41.96%-
HSV(B)5.25º54.42%57.65%-
XYZ15.4911.516.71-
YUV95.03112.18165.07-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 51.04%
GREEN value IS 74 (29.30% from 255) = 25.69%
BLUE value IS 67 (26.56% from 255) = 23.26%
R=51.04%
G=25.69%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.54
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147746700.500.540.425.2537.3841.96
Hex934A43032362A5252a
Octal223112103062665254552
Binary10010011100101010000110110010110110101010101100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #934A43; }

 p { color: rgb(147,74,67); }

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

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

 a { background-color: rgb(147,74,67); }

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

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

 span { border-color: rgb(147,74,67); }

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