Html Css Color HEX #49291E Morocco Brown

📋 copy color: '#49291E'

red 73 ◦ green 41 ◦ blue 30

#49291E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Morocco Brown #49291E

Tints of Morocco Brown #49291E

RGB

 RED value IS 73 (28.91% from 255) = 50.69%

 GREEN value IS 41 (16.41% from 255) = 28.47%

 BLUE value IS 30 (12.11% from 255) = 20.83%

R = 50.69%
G = 28.47%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.59

 K value IS 0.71

RGB Variations

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

Color information

#49291E (or 0x49291E) is known color: Morocco Brown. HEX triplet: 49, 29 and 1E. RGB value is (73,41,30). Sum of RGB (Red+Green+Blue) = 73+41+30=144 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50.69% from 144); Green value is 41 (16.41% from 255 or 28.47% from 144); Blue value is 30 (12.11% from 255 or 20.83% from 144); Max value from RGB is 73 - color contains mainly: red. Hex color #49291E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49291E is #B6D6E1. Grayscale: #313131. Windows color (decimal): -11982562 or 1976649. OLE color: 1976649.

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

Color convert

RGB 73 41 30 -
CMYK 0 0.44 0.59 0.71
HSL 15.35º 0.42% 0.2% -
HSV(B) 15.35º 0.59% 0.29% -
XYZ 3.77 3.1 1.63 -
YUV 49.31 117.1 144.89 -
System Red Green Blue C M Y K H S L
Decimal 73 41 30 0 0.44 0.59 0.71 15.35 0.42 0.2
Hex 49 29 1E 0 2C 3B 47 F 2A 14
Octal 111 51 36 0 54 73 107 17 52 24
Binary 1001001 101001 11110 0 101100 111011 1000111 1111 101010 10100

Color Harmonies of #49291E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49291E

Black with #49291E

Text Example


Text Example

White with #49291E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #49291E;
 }
 .AnyTagClassName
 {
   color: #49291E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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