#492E23

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

Shades of Morocco Brown #492E23

Tints of Morocco Brown #492E23

Color information

#492E23 (or 0x492E23) is unknown color: approx Morocco Brown. HEX triplet: 49, 2E and 23. RGB value is (73,46,35). Sum of RGB (Red+Green+Blue) = 73+46+35=154 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.40% from 154); Green value is 46 (18.36% from 255 or 29.87% from 154); Blue value is 35 (14.06% from 255 or 22.73% from 154); Max value from RGB is 73 - color contains mainly: red. Hex color #492E23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492E23 is #B6D1DC. Grayscale: #343434. Windows color (decimal): -11981277 or 2305609. OLE color: 2305609.

HSL color Cylindrical-coordinate representation of color #492E23: hue angle of 17.37º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #492E23 is Cyan = 0, Magento = 0.37, Yellow = 0.52 and Black (K on CMYK) = 0.71.

Color convert

RGB734635-
CMYK00.370.520.71
HSL17.37º35.19%21.18%-
HSV(B)17.37º52.05%28.63%-
XYZ4.033.492.05-
YUV52.82117.95142.39-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 47.40%
GREEN value IS 46 (18.36% from 255) = 29.87%
BLUE value IS 35 (14.06% from 255) = 22.73%
R=47.40%
G=29.87%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.52
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73463500.370.520.7117.3735.1921.18
Hex492E230253447112315
Octal111564304564107214325
Binary1001001101110100011010010111010010001111000110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492E23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,46,35); }

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

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

 a { background-color: rgb(73,46,35); }

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

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

 span { border-color: rgb(73,46,35); }

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