#492E21

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

Shades of Morocco Brown #492E21

Tints of Morocco Brown #492E21

Color information

#492E21 (or 0x492E21) is unknown color: approx Morocco Brown. HEX triplet: 49, 2E and 21. RGB value is (73,46,33). Sum of RGB (Red+Green+Blue) = 73+46+33=152 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.03% from 152); Green value is 46 (18.36% from 255 or 30.26% from 152); Blue value is 33 (13.28% from 255 or 21.71% from 152); Max value from RGB is 73 - color contains mainly: red. Hex color #492E21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492E21 is #B6D1DE. Grayscale: #343434. Windows color (decimal): -11981279 or 2174537. OLE color: 2174537.

HSL color Cylindrical-coordinate representation of color #492E21: hue angle of 19.5º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #492E21 is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.71.

Color convert

RGB734633-
CMYK00.370.550.71
HSL19.5º37.74%20.78%-
HSV(B)19.5º54.79%28.63%-
XYZ43.481.9-
YUV52.59116.95142.56-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 48.03%
GREEN value IS 46 (18.36% from 255) = 30.26%
BLUE value IS 33 (13.28% from 255) = 21.71%
R=48.03%
G=30.26%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.55
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73463300.370.550.7119.537.7420.78
Hex492E210253747142615
Octal111564104567107244625
Binary1001001101110100001010010111011110001111010010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,46,33); }

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

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

 a { background-color: rgb(73,46,33); }

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

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

 span { border-color: rgb(73,46,33); }

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