#49291B

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

Shades of Morocco Brown #49291B

Tints of Morocco Brown #49291B

Color information

#49291B (or 0x49291B) is unknown color: approx Morocco Brown. HEX triplet: 49, 29 and 1B. RGB value is (73,41,27). Sum of RGB (Red+Green+Blue) = 73+41+27=141 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.77% from 141); Green value is 41 (16.41% from 255 or 29.08% from 141); Blue value is 27 (10.94% from 255 or 19.15% from 141); Max value from RGB is 73 - color contains mainly: red. Hex color #49291B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49291B is #B6D6E4. Grayscale: #313131. Windows color (decimal): -11982565 or 1780041. OLE color: 1780041.

HSL color Cylindrical-coordinate representation of color #49291B: hue angle of 18.26º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49291B is Cyan = 0, Magento = 0.44, Yellow = 0.63 and Black (K on CMYK) = 0.71.

Color convert

RGB734127-
CMYK00.440.630.71
HSL18.26º46%19.61%-
HSV(B)18.26º63.01%28.63%-
XYZ3.743.081.43-
YUV48.97115.6145.14-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 51.77%
GREEN value IS 41 (16.41% from 255) = 29.08%
BLUE value IS 27 (10.94% from 255) = 19.15%
R=51.77%
G=29.08%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.63
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73412700.440.630.7118.264619.61
Hex49291B02C3F47122e14
Octal111513305477107225624
Binary100100110100111011010110011111110001111001010111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49291B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49291B; }

 p { color: rgb(73,41,27); }

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

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

 a { background-color: rgb(73,41,27); }

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

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

 span { border-color: rgb(73,41,27); }

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