#493123

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

Shades of Morocco Brown #493123

Tints of Morocco Brown #493123

Color information

#493123 (or 0x493123) is unknown color: approx Morocco Brown. HEX triplet: 49, 31 and 23. RGB value is (73,49,35). Sum of RGB (Red+Green+Blue) = 73+49+35=157 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.50% from 157); Green value is 49 (19.53% from 255 or 31.21% from 157); Blue value is 35 (14.06% from 255 or 22.29% from 157); Max value from RGB is 73 - color contains mainly: red. Hex color #493123 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493123 is #B6CEDC. Grayscale: #363636. Windows color (decimal): -11980509 or 2306377. OLE color: 2306377.

HSL color Cylindrical-coordinate representation of color #493123: hue angle of 22.11º 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 #493123 is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.71.

Color convert

RGB734935-
CMYK00.330.520.71
HSL22.11º35.19%21.18%-
HSV(B)22.11º52.05%28.63%-
XYZ4.153.732.09-
YUV54.58116.95141.14-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 46.50%
GREEN value IS 49 (19.53% from 255) = 31.21%
BLUE value IS 35 (14.06% from 255) = 22.29%
R=46.50%
G=31.21%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.52
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73493500.330.520.7122.1135.1921.18
Hex4931230213447162315
Octal111614304164107264325
Binary1001001110001100011010000111010010001111011010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493123; }

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

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

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

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

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

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

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

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