#492C1D

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

Shades of Morocco Brown #492C1D

Tints of Morocco Brown #492C1D

Color information

#492C1D (or 0x492C1D) is unknown color: approx Morocco Brown. HEX triplet: 49, 2C and 1D. RGB value is (73,44,29). Sum of RGB (Red+Green+Blue) = 73+44+29=146 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50% from 146); Green value is 44 (17.58% from 255 or 30.14% from 146); Blue value is 29 (11.72% from 255 or 19.86% from 146); Max value from RGB is 73 - color contains mainly: red. Hex color #492C1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492C1D is #B6D3E2. Grayscale: #333333. Windows color (decimal): -11981795 or 1911881. OLE color: 1911881.

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

Color convert

RGB734429-
CMYK00.400.600.71
HSL20.45º43.14%20%-
HSV(B)20.45º60.27%28.63%-
XYZ3.873.311.6-
YUV50.96115.61143.72-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 50%
GREEN value IS 44 (17.58% from 255) = 30.14%
BLUE value IS 29 (11.72% from 255) = 19.86%
R=50%
G=30.14%
B=19.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.60
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73442900.400.600.7120.4543.1420
Hex492C1D0283C47142b14
Octal111543505074107245324
Binary100100110110011101010100011110010001111010010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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