#493226

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

Shades of Morocco Brown #493226

Tints of Morocco Brown #493226

Color information

#493226 (or 0x493226) is unknown color: approx Morocco Brown. HEX triplet: 49, 32 and 26. RGB value is (73,50,38). Sum of RGB (Red+Green+Blue) = 73+50+38=161 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.34% from 161); Green value is 50 (19.92% from 255 or 31.06% from 161); Blue value is 38 (15.23% from 255 or 23.60% from 161); Max value from RGB is 73 - color contains mainly: red. Hex color #493226 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493226 is #B6CDD9. Grayscale: #373737. Windows color (decimal): -11980250 or 2503241. OLE color: 2503241.

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

Color convert

RGB735038-
CMYK00.320.480.71
HSL20.57º31.53%21.76%-
HSV(B)20.57º47.95%28.63%-
XYZ4.243.842.35-
YUV55.51118.12140.48-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 45.34%
GREEN value IS 50 (19.92% from 255) = 31.06%
BLUE value IS 38 (15.23% from 255) = 23.60%
R=45.34%
G=31.06%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.48
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73503800.320.480.7120.5731.5321.76
Hex4932260203047152016
Octal111624604060107254026
Binary1001001110010100110010000011000010001111010110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493226; }

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

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

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

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

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

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

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

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