Html Css Color HEX #47271D Morocco Brown

📋 copy color: '#47271D'

red 71 ◦ green 39 ◦ blue 29

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

Shades of Morocco Brown #47271D

Tints of Morocco Brown #47271D

RGB

 RED value IS 71 (28.13% from 255) = 51.08%

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

 BLUE value IS 29 (11.72% from 255) = 20.86%

R = 51.08%
G = 28.06%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.59

 K value IS 0.72

RGB Variations

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

Color information

#47271D (or 0x47271D) is known color: Morocco Brown. HEX triplet: 47, 27 and 1D. RGB value is (71,39,29). Sum of RGB (Red+Green+Blue) = 71+39+29=139 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.08% from 139); Green value is 39 (15.62% from 255 or 28.06% from 139); Blue value is 29 (11.72% from 255 or 20.86% from 139); Max value from RGB is 71 - color contains mainly: red. Hex color #47271D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47271D is #B8D8E2. Grayscale: #2F2F2F. Windows color (decimal): -12114147 or 1910599. OLE color: 1910599.

HSL color Cylindrical-coordinate representation of color #47271D: hue angle of 14.29º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #47271D is Cyan = 0, Magento = 0.45, Yellow = 0.59 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 39 29 -
CMYK 0 0.45 0.59 0.72
HSL 14.29º 0.42% 0.2% -
HSV(B) 14.29º 0.59% 0.28% -
XYZ 3.55 2.88 1.53 -
YUV 47.43 117.6 144.81 -
System Red Green Blue C M Y K H S L
Decimal 71 39 29 0 0.45 0.59 0.72 14.29 0.42 0.2
Hex 47 27 1D 0 2D 3B 48 E 2A 14
Octal 107 47 35 0 55 73 110 16 52 24
Binary 1000111 100111 11101 0 101101 111011 1001000 1110 101010 10100

Color Harmonies of #47271D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47271D

Black with #47271D

Text Example


Text Example

White with #47271D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47271D; }

 p { color: rgb(71,39,29); }

 H1.HeaderClassName
 {
   color: #47271D;
 }
 .AnyTagClassName
 {
   color: #47271D;
 }
</style>

background-color css

<style>
 a { background-color: #47271D; }

 a { background-color: rgb(71,39,29); }

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

border-color css

<style>
 span { border-color: #47271D; }

 span { border-color: rgb(71,39,29); }

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