#49291A

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

Shades of Morocco Brown #49291A

Tints of Morocco Brown #49291A

Color information

#49291A (or 0x49291A) is unknown color: approx Morocco Brown. HEX triplet: 49, 29 and 1A. RGB value is (73,41,26). Sum of RGB (Red+Green+Blue) = 73+41+26=140 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.14% from 140); Green value is 41 (16.41% from 255 or 29.29% from 140); Blue value is 26 (10.55% from 255 or 18.57% from 140); Max value from RGB is 73 - color contains mainly: red. Hex color #49291A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49291A is #B6D6E5. Grayscale: #303030. Windows color (decimal): -11982566 or 1714505. OLE color: 1714505.

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

Color convert

RGB734126-
CMYK00.440.640.71
HSL19.15º47.47%19.41%-
HSV(B)19.15º64.38%28.63%-
XYZ3.733.081.37-
YUV48.86115.1145.22-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 52.14%
GREEN value IS 41 (16.41% from 255) = 29.29%
BLUE value IS 26 (10.55% from 255) = 18.57%
R=52.14%
G=29.29%
B=18.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.64
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73412600.440.640.7119.1547.4719.41
Hex49291A02C4047132f13
Octal1115132054100107235723
Binary1001001101001110100101100100000010001111001110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49291A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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