#492C20

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

Shades of Morocco Brown #492C20

Tints of Morocco Brown #492C20

Color information

#492C20 (or 0x492C20) is unknown color: approx Morocco Brown. HEX triplet: 49, 2C and 20. RGB value is (73,44,32). Sum of RGB (Red+Green+Blue) = 73+44+32=149 (19% of max value = 765). Red value is 73 (28.91% from 255 or 48.99% from 149); Green value is 44 (17.58% from 255 or 29.53% from 149); Blue value is 32 (12.89% from 255 or 21.48% from 149); Max value from RGB is 73 - color contains mainly: red. Hex color #492C20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492C20 is #B6D3DF. Grayscale: #333333. Windows color (decimal): -11981792 or 2108489. OLE color: 2108489.

HSL color Cylindrical-coordinate representation of color #492C20: hue angle of 17.56º 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 #492C20 is Cyan = 0, Magento = 0.40, Yellow = 0.56 and Black (K on CMYK) = 0.71.

Color convert

RGB734432-
CMYK00.400.560.71
HSL17.56º39.05%20.59%-
HSV(B)17.56º56.16%28.63%-
XYZ3.913.321.8-
YUV51.3117.11143.48-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 48.99%
GREEN value IS 44 (17.58% from 255) = 29.53%
BLUE value IS 32 (12.89% from 255) = 21.48%
R=48.99%
G=29.53%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.56
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73443200.400.560.7117.5639.0520.59
Hex492C200283847122715
Octal111544005070107224725
Binary1001001101100100000010100011100010001111001010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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