#47271D

Color #47271D Morocco Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Morocco Brown #47271D

Tints of Morocco Brown #47271D

Color information

#47271D (or 0x47271D) is unknown color: approx 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

RGB713929-
CMYK00.450.590.72
HSL14.29º42%19.61%-
HSV(B)14.29º59.15%27.84%-
XYZ3.552.881.53-
YUV47.43117.6144.81-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 51.08%
GREEN value IS 39 (15.62% 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 (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.59
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71392900.450.590.7214.294219.61
Hex47271D02D3B48e2a14
Octal107473505573110165224
Binary10001111001111110101011011110111001000111010101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47271D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>