#49281F

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

Shades of Morocco Brown #49281F

Tints of Morocco Brown #49281F

Color information

#49281F (or 0x49281F) is unknown color: approx Morocco Brown. HEX triplet: 49, 28 and 1F. RGB value is (73,40,31). Sum of RGB (Red+Green+Blue) = 73+40+31=144 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50.69% from 144); Green value is 40 (16.02% from 255 or 27.78% from 144); Blue value is 31 (12.5% from 255 or 21.53% from 144); Max value from RGB is 73 - color contains mainly: red. Hex color #49281F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49281F is #B6D7E0. Grayscale: #303030. Windows color (decimal): -11982817 or 2041929. OLE color: 2041929.

HSL color Cylindrical-coordinate representation of color #49281F: hue angle of 12.86º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #49281F is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.71.

Color convert

RGB734031-
CMYK00.450.580.71
HSL12.86º40.38%20.39%-
HSV(B)12.86º57.53%28.63%-
XYZ3.753.031.68-
YUV48.84117.93145.23-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 50.69%
GREEN value IS 40 (16.02% from 255) = 27.78%
BLUE value IS 31 (12.5% from 255) = 21.53%
R=50.69%
G=27.78%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.58
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73403100.450.580.7112.8640.3820.39
Hex49281F02D3A47d2814
Octal111503705572107155024
Binary10010011010001111101011011110101000111110110100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49281F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49281F; }

 p { color: rgb(73,40,31); }

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

<style>
 a { background-color: #49281F; }

 a { background-color: rgb(73,40,31); }

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

<style>
 span { border-color: #49281F; }

 span { border-color: rgb(73,40,31); }

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