Html Css Color HEX #49291F Morocco Brown

📋 copy color: '#49291F'

red 73 ◦ green 41 ◦ blue 31

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

Shades of Morocco Brown #49291F

Tints of Morocco Brown #49291F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 21.38%

R = 50.34%
G = 28.28%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.58

 K value IS 0.71

RGB Variations

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

Color information

#49291F (or 0x49291F) is known color: Morocco Brown. HEX triplet: 49, 29 and 1F. RGB value is (73,41,31). Sum of RGB (Red+Green+Blue) = 73+41+31=145 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50.34% from 145); Green value is 41 (16.41% from 255 or 28.28% from 145); Blue value is 31 (12.5% from 255 or 21.38% from 145); Max value from RGB is 73 - color contains mainly: red. Hex color #49291F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49291F is #B6D6E0. Grayscale: #313131. Windows color (decimal): -11982561 or 2042185. OLE color: 2042185.

HSL color Cylindrical-coordinate representation of color #49291F: hue angle of 14.29º 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 #49291F is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 41 31 -
CMYK 0 0.44 0.58 0.71
HSL 14.29º 0.4% 0.2% -
HSV(B) 14.29º 0.58% 0.29% -
XYZ 3.79 3.1 1.7 -
YUV 49.43 117.6 144.81 -
System Red Green Blue C M Y K H S L
Decimal 73 41 31 0 0.44 0.58 0.71 14.29 0.4 0.2
Hex 49 29 1F 0 2C 3A 47 E 28 14
Octal 111 51 37 0 54 72 107 16 50 24
Binary 1001001 101001 11111 0 101100 111010 1000111 1110 101000 10100

Color Harmonies of #49291F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49291F

Black with #49291F

Text Example


Text Example

White with #49291F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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