#49271A

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

Shades of Morocco Brown #49271A

Tints of Morocco Brown #49271A

Color information

#49271A (or 0x49271A) is unknown color: approx Morocco Brown. HEX triplet: 49, 27 and 1A. RGB value is (73,39,26). Sum of RGB (Red+Green+Blue) = 73+39+26=138 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.90% from 138); Green value is 39 (15.62% from 255 or 28.26% from 138); Blue value is 26 (10.55% from 255 or 18.84% from 138); Max value from RGB is 73 - color contains mainly: red. Hex color #49271A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49271A is #B6D8E5. Grayscale: #2F2F2F. Windows color (decimal): -11983078 or 1713993. OLE color: 1713993.

HSL color Cylindrical-coordinate representation of color #49271A: hue angle of 16.6º 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 #49271A is Cyan = 0, Magento = 0.47, Yellow = 0.64 and Black (K on CMYK) = 0.71.

Color convert

RGB733926-
CMYK00.470.640.71
HSL16.6º47.47%19.41%-
HSV(B)16.6º64.38%28.63%-
XYZ3.662.941.35-
YUV47.68115.76146.06-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 52.90%
GREEN value IS 39 (15.62% from 255) = 28.26%
BLUE value IS 26 (10.55% from 255) = 18.84%
R=52.90%
G=28.26%
B=18.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.64
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73392600.470.640.7116.647.4719.41
Hex49271A02F4047112f13
Octal1114732057100107215723
Binary1001001100111110100101111100000010001111000110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49271A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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