#493128

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

Shades of Morocco Brown #493128

Tints of Morocco Brown #493128

Color information

#493128 (or 0x493128) is unknown color: approx Morocco Brown. HEX triplet: 49, 31 and 28. RGB value is (73,49,40). Sum of RGB (Red+Green+Blue) = 73+49+40=162 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.06% from 162); Green value is 49 (19.53% from 255 or 30.25% from 162); Blue value is 40 (16.02% from 255 or 24.69% from 162); Max value from RGB is 73 - color contains mainly: red. Hex color #493128 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493128 is #B6CED7. Grayscale: #373737. Windows color (decimal): -11980504 or 2634057. OLE color: 2634057.

HSL color Cylindrical-coordinate representation of color #493128: hue angle of 16.36º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #493128 is Cyan = 0, Magento = 0.33, Yellow = 0.45 and Black (K on CMYK) = 0.71.

Color convert

RGB734940-
CMYK00.330.450.71
HSL16.36º29.2%22.16%-
HSV(B)16.36º45.21%28.63%-
XYZ4.233.772.51-
YUV55.15119.45140.73-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 45.06%
GREEN value IS 49 (19.53% from 255) = 30.25%
BLUE value IS 40 (16.02% from 255) = 24.69%
R=45.06%
G=30.25%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.45
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73494000.330.450.7116.3629.222.16
Hex4931280212D47101d16
Octal111615004155107203526
Binary100100111000110100001000011011011000111100001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493128; }

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

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

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

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

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

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

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

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