#492C1E

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

Shades of Morocco Brown #492C1E

Tints of Morocco Brown #492C1E

Color information

#492C1E (or 0x492C1E) is unknown color: approx Morocco Brown. HEX triplet: 49, 2C and 1E. RGB value is (73,44,30). Sum of RGB (Red+Green+Blue) = 73+44+30=147 (19% of max value = 765). Red value is 73 (28.91% from 255 or 49.66% from 147); Green value is 44 (17.58% from 255 or 29.93% from 147); Blue value is 30 (12.11% from 255 or 20.41% from 147); Max value from RGB is 73 - color contains mainly: red. Hex color #492C1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492C1E is #B6D3E1. Grayscale: #333333. Windows color (decimal): -11981794 or 1977417. OLE color: 1977417.

HSL color Cylindrical-coordinate representation of color #492C1E: hue angle of 19.53º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #492C1E is Cyan = 0, Magento = 0.40, Yellow = 0.59 and Black (K on CMYK) = 0.71.

Color convert

RGB734430-
CMYK00.400.590.71
HSL19.53º41.75%20.2%-
HSV(B)19.53º58.9%28.63%-
XYZ3.883.311.66-
YUV51.08116.11143.64-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 49.66%
GREEN value IS 44 (17.58% from 255) = 29.93%
BLUE value IS 30 (12.11% from 255) = 20.41%
R=49.66%
G=29.93%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.59
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73443000.400.590.7119.5341.7520.2
Hex492C1E0283B47142a14
Octal111543605073107245224
Binary100100110110011110010100011101110001111010010101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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