#49281B

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

Shades of Morocco Brown #49281B

Tints of Morocco Brown #49281B

Color information

#49281B (or 0x49281B) is unknown color: approx Morocco Brown. HEX triplet: 49, 28 and 1B. RGB value is (73,40,27). Sum of RGB (Red+Green+Blue) = 73+40+27=140 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.14% from 140); Green value is 40 (16.02% from 255 or 28.57% from 140); Blue value is 27 (10.94% from 255 or 19.29% from 140); Max value from RGB is 73 - color contains mainly: red. Hex color #49281B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49281B is #B6D7E4. Grayscale: #303030. Windows color (decimal): -11982821 or 1779785. OLE color: 1779785.

HSL color Cylindrical-coordinate representation of color #49281B: hue angle of 16.96º 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 #49281B is Cyan = 0, Magento = 0.45, Yellow = 0.63 and Black (K on CMYK) = 0.71.

Color convert

RGB734027-
CMYK00.450.630.71
HSL16.96º46%19.61%-
HSV(B)16.96º63.01%28.63%-
XYZ3.73.011.42-
YUV48.38115.93145.56-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 52.14%
GREEN value IS 40 (16.02% from 255) = 28.57%
BLUE value IS 27 (10.94% from 255) = 19.29%
R=52.14%
G=28.57%
B=19.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.63
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73402700.450.630.7116.964619.61
Hex49281B02D3F47112e14
Octal111503305577107215624
Binary100100110100011011010110111111110001111000110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49281B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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