#492B20

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

Shades of Morocco Brown #492B20

Tints of Morocco Brown #492B20

Color information

#492B20 (or 0x492B20) is unknown color: approx Morocco Brown. HEX triplet: 49, 2B and 20. RGB value is (73,43,32). Sum of RGB (Red+Green+Blue) = 73+43+32=148 (19% of max value = 765). Red value is 73 (28.91% from 255 or 49.32% from 148); Green value is 43 (17.19% from 255 or 29.05% from 148); Blue value is 32 (12.89% from 255 or 21.62% from 148); Max value from RGB is 73 - color contains mainly: red. Hex color #492B20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492B20 is #B6D4DF. Grayscale: #323232. Windows color (decimal): -11982048 or 2108233. OLE color: 2108233.

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

Color convert

RGB734332-
CMYK00.410.560.71
HSL16.1º39.05%20.59%-
HSV(B)16.1º56.16%28.63%-
XYZ3.873.251.79-
YUV50.72117.44143.89-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 49.32%
GREEN value IS 43 (17.19% from 255) = 29.05%
BLUE value IS 32 (12.89% from 255) = 21.62%
R=49.32%
G=29.05%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.56
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73433200.410.560.7116.139.0520.59
Hex492B200293847102715
Octal111534005170107204725
Binary1001001101011100000010100111100010001111000010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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