#493228

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

Shades of Morocco Brown #493228

Tints of Morocco Brown #493228

Color information

#493228 (or 0x493228) is unknown color: approx Morocco Brown. HEX triplet: 49, 32 and 28. RGB value is (73,50,40). Sum of RGB (Red+Green+Blue) = 73+50+40=163 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.79% from 163); Green value is 50 (19.92% from 255 or 30.67% from 163); Blue value is 40 (16.02% from 255 or 24.54% from 163); Max value from RGB is 73 - color contains mainly: red. Hex color #493228 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493228 is #B6CDD7. Grayscale: #373737. Windows color (decimal): -11980248 or 2634313. OLE color: 2634313.

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

Color convert

RGB735040-
CMYK00.320.450.71
HSL18.18º29.2%22.16%-
HSV(B)18.18º45.21%28.63%-
XYZ4.273.852.53-
YUV55.74119.12140.31-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 44.79%
GREEN value IS 50 (19.92% from 255) = 30.67%
BLUE value IS 40 (16.02% from 255) = 24.54%
R=44.79%
G=30.67%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.45
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73504000.320.450.7118.1829.222.16
Hex4932280202D47121d16
Octal111625004055107223526
Binary100100111001010100001000001011011000111100101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493228; }

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

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

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

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

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

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

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

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