#492A20

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

Shades of Morocco Brown #492A20

Tints of Morocco Brown #492A20

Color information

#492A20 (or 0x492A20) is unknown color: approx Morocco Brown. HEX triplet: 49, 2A and 20. RGB value is (73,42,32). Sum of RGB (Red+Green+Blue) = 73+42+32=147 (19% of max value = 765). Red value is 73 (28.91% from 255 or 49.66% from 147); Green value is 42 (16.80% from 255 or 28.57% from 147); Blue value is 32 (12.89% from 255 or 21.77% from 147); Max value from RGB is 73 - color contains mainly: red. Hex color #492A20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492A20 is #B6D5DF. Grayscale: #323232. Windows color (decimal): -11982304 or 2107977. OLE color: 2107977.

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

Color convert

RGB734232-
CMYK00.420.560.71
HSL14.63º39.05%20.59%-
HSV(B)14.63º56.16%28.63%-
XYZ3.843.181.78-
YUV50.13117.77144.31-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 49.66%
GREEN value IS 42 (16.80% from 255) = 28.57%
BLUE value IS 32 (12.89% from 255) = 21.77%
R=49.66%
G=28.57%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.56
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73423200.420.560.7114.6339.0520.59
Hex492A2002A3847f2715
Octal111524005270107174725
Binary100100110101010000001010101110001000111111110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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