#493124

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

Shades of Morocco Brown #493124

Tints of Morocco Brown #493124

Color information

#493124 (or 0x493124) is unknown color: approx Morocco Brown. HEX triplet: 49, 31 and 24. RGB value is (73,49,36). Sum of RGB (Red+Green+Blue) = 73+49+36=158 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.20% from 158); Green value is 49 (19.53% from 255 or 31.01% from 158); Blue value is 36 (14.45% from 255 or 22.78% from 158); Max value from RGB is 73 - color contains mainly: red. Hex color #493124 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493124 is #B6CEDB. Grayscale: #363636. Windows color (decimal): -11980508 or 2371913. OLE color: 2371913.

HSL color Cylindrical-coordinate representation of color #493124: hue angle of 21.08º degrees, saturation: 0.34, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #493124 is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.71.

Color convert

RGB734936-
CMYK00.330.510.71
HSL21.08º33.94%21.37%-
HSV(B)21.08º50.68%28.63%-
XYZ4.163.742.17-
YUV54.69117.45141.06-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 46.20%
GREEN value IS 49 (19.53% from 255) = 31.01%
BLUE value IS 36 (14.45% from 255) = 22.78%
R=46.20%
G=31.01%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.51
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73493600.330.510.7121.0833.9421.37
Hex4931240213347152215
Octal111614404163107254225
Binary1001001110001100100010000111001110001111010110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493124; }

 p { color: rgb(73,49,36); }

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

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

 a { background-color: rgb(73,49,36); }

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

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

 span { border-color: rgb(73,49,36); }

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