Html Css Color HEX #49271F Morocco Brown

📋 copy color: '#49271F'

red 73 ◦ green 39 ◦ blue 31

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

Shades of Morocco Brown #49271F

Tints of Morocco Brown #49271F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 27.27%

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

R = 51.05%
G = 27.27%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.58

 K value IS 0.71

RGB Variations

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

Color information

#49271F (or 0x49271F) is known color: Morocco Brown. HEX triplet: 49, 27 and 1F. RGB value is (73,39,31). Sum of RGB (Red+Green+Blue) = 73+39+31=143 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.05% from 143); Green value is 39 (15.62% from 255 or 27.27% from 143); Blue value is 31 (12.5% from 255 or 21.68% from 143); Max value from RGB is 73 - color contains mainly: red. Hex color #49271F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49271F is #B6D8E0. Grayscale: #303030. Windows color (decimal): -11983073 or 2041673. OLE color: 2041673.

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

Color convert

RGB 73 39 31 -
CMYK 0 0.47 0.58 0.71
HSL 11.43º 0.4% 0.2% -
HSV(B) 11.43º 0.58% 0.29% -
XYZ 3.72 2.97 1.67 -
YUV 48.25 118.26 145.65 -
System Red Green Blue C M Y K H S L
Decimal 73 39 31 0 0.47 0.58 0.71 11.43 0.4 0.2
Hex 49 27 1F 0 2F 3A 47 B 28 14
Octal 111 47 37 0 57 72 107 13 50 24
Binary 1001001 100111 11111 0 101111 111010 1000111 1011 101000 10100

Color Harmonies of #49271F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49271F

Black with #49271F

Text Example


Text Example

White with #49271F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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