Html Css Color HEX #49271A Morocco Brown

📋 copy color: '#49271A'

red 73 ◦ green 39 ◦ blue 26

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

Shades of Morocco Brown #49271A

Tints of Morocco Brown #49271A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 18.84%

R = 52.9%
G = 28.26%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.64

 K value IS 0.71

RGB Variations

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

Color information

#49271A (or 0x49271A) is known color: Morocco Brown. HEX triplet: 49, 27 and 1A. RGB value is (73,39,26). Sum of RGB (Red+Green+Blue) = 73+39+26=138 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.90% from 138); Green value is 39 (15.62% from 255 or 28.26% from 138); Blue value is 26 (10.55% from 255 or 18.84% from 138); Max value from RGB is 73 - color contains mainly: red. Hex color #49271A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49271A is #B6D8E5. Grayscale: #2F2F2F. Windows color (decimal): -11983078 or 1713993. OLE color: 1713993.

HSL color Cylindrical-coordinate representation of color #49271A: hue angle of 16.6º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49271A is Cyan = 0, Magento = 0.47, Yellow = 0.64 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 39 26 -
CMYK 0 0.47 0.64 0.71
HSL 16.6º 0.47% 0.19% -
HSV(B) 16.6º 0.64% 0.29% -
XYZ 3.66 2.94 1.35 -
YUV 47.68 115.76 146.06 -
System Red Green Blue C M Y K H S L
Decimal 73 39 26 0 0.47 0.64 0.71 16.6 0.47 0.19
Hex 49 27 1A 0 2F 40 47 11 2F 13
Octal 111 47 32 0 57 100 107 21 57 23
Binary 1001001 100111 11010 0 101111 1000000 1000111 10001 101111 10011

Color Harmonies of #49271A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49271A

Black with #49271A

Text Example


Text Example

White with #49271A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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