#492E20

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

Shades of Morocco Brown #492E20

Tints of Morocco Brown #492E20

Color information

#492E20 (or 0x492E20) is unknown color: approx Morocco Brown. HEX triplet: 49, 2E and 20. RGB value is (73,46,32). Sum of RGB (Red+Green+Blue) = 73+46+32=151 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.34% from 151); Green value is 46 (18.36% from 255 or 30.46% from 151); Blue value is 32 (12.89% from 255 or 21.19% from 151); Max value from RGB is 73 - color contains mainly: red. Hex color #492E20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492E20 is #B6D1DF. Grayscale: #343434. Windows color (decimal): -11981280 or 2109001. OLE color: 2109001.

HSL color Cylindrical-coordinate representation of color #492E20: hue angle of 20.49º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #492E20 is Cyan = 0, Magento = 0.37, Yellow = 0.56 and Black (K on CMYK) = 0.71.

Color convert

RGB734632-
CMYK00.370.560.71
HSL20.49º39.05%20.59%-
HSV(B)20.49º56.16%28.63%-
XYZ3.993.471.83-
YUV52.48116.45142.64-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 48.34%
GREEN value IS 46 (18.36% from 255) = 30.46%
BLUE value IS 32 (12.89% from 255) = 21.19%
R=48.34%
G=30.46%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.56
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73463200.370.560.7120.4939.0520.59
Hex492E200253847142715
Octal111564004570107244725
Binary1001001101110100000010010111100010001111010010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492E20; }

 p { color: rgb(73,46,32); }

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

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

 a { background-color: rgb(73,46,32); }

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

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

 span { border-color: rgb(73,46,32); }

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