#492F25

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

Shades of Morocco Brown #492F25

Tints of Morocco Brown #492F25

Color information

#492F25 (or 0x492F25) is unknown color: approx Morocco Brown. HEX triplet: 49, 2F and 25. RGB value is (73,47,37). Sum of RGB (Red+Green+Blue) = 73+47+37=157 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.50% from 157); Green value is 47 (18.75% from 255 or 29.94% from 157); Blue value is 37 (14.84% from 255 or 23.57% from 157); Max value from RGB is 73 - color contains mainly: red. Hex color #492F25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492F25 is #B6D0DA. Grayscale: #353535. Windows color (decimal): -11981019 or 2436937. OLE color: 2436937.

HSL color Cylindrical-coordinate representation of color #492F25: hue angle of 16.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 #492F25 is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.71.

Color convert

RGB734737-
CMYK00.360.490.71
HSL16.67º32.73%21.57%-
HSV(B)16.67º49.32%28.63%-
XYZ4.13.582.23-
YUV53.63118.61141.81-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 46.50%
GREEN value IS 47 (18.75% from 255) = 29.94%
BLUE value IS 37 (14.84% from 255) = 23.57%
R=46.50%
G=29.94%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.49
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73473700.360.490.7116.6732.7321.57
Hex492F250243147112116
Octal111574504461107214126
Binary1001001101111100101010010011000110001111000110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492F25; }

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

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

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

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

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

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

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

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