#493225

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

Shades of Morocco Brown #493225

Tints of Morocco Brown #493225

Color information

#493225 (or 0x493225) is unknown color: approx Morocco Brown. HEX triplet: 49, 32 and 25. RGB value is (73,50,37). Sum of RGB (Red+Green+Blue) = 73+50+37=160 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.62% from 160); Green value is 50 (19.92% from 255 or 31.25% from 160); Blue value is 37 (14.84% from 255 or 23.12% from 160); Max value from RGB is 73 - color contains mainly: red. Hex color #493225 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493225 is #B6CDDA. Grayscale: #373737. Windows color (decimal): -11980251 or 2437705. OLE color: 2437705.

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

Color convert

RGB735037-
CMYK00.320.490.71
HSL21.67º32.73%21.57%-
HSV(B)21.67º49.32%28.63%-
XYZ4.223.832.27-
YUV55.4117.62140.56-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 45.62%
GREEN value IS 50 (19.92% from 255) = 31.25%
BLUE value IS 37 (14.84% from 255) = 23.12%
R=45.62%
G=31.25%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.49
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73503700.320.490.7121.6732.7321.57
Hex4932250203147162116
Octal111624504061107264126
Binary1001001110010100101010000011000110001111011010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493225; }

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

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

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

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

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

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

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

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