#472E1D

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

Shades of Morocco Brown #472E1D

Tints of Morocco Brown #472E1D

Color information

#472E1D (or 0x472E1D) is unknown color: approx Morocco Brown. HEX triplet: 47, 2E and 1D. RGB value is (71,46,29). Sum of RGB (Red+Green+Blue) = 71+46+29=146 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.63% from 146); Green value is 46 (18.36% from 255 or 31.51% from 146); Blue value is 29 (11.72% from 255 or 19.86% from 146); Max value from RGB is 71 - color contains mainly: red. Hex color #472E1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472E1D is #B8D1E2. Grayscale: #333333. Windows color (decimal): -12112355 or 1912391. OLE color: 1912391.

HSL color Cylindrical-coordinate representation of color #472E1D: hue angle of 24.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 #472E1D is Cyan = 0, Magento = 0.35, Yellow = 0.59 and Black (K on CMYK) = 0.72.

Color convert

RGB714629-
CMYK00.350.590.72
HSL24.29º42%19.61%-
HSV(B)24.29º59.15%27.84%-
XYZ3.83.381.62-
YUV51.54115.28141.88-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 48.63%
GREEN value IS 46 (18.36% from 255) = 31.51%
BLUE value IS 29 (11.72% from 255) = 19.86%
R=48.63%
G=31.51%
B=19.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.59
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71462900.350.590.7224.294219.61
Hex472E1D0233B48182a14
Octal107563504373110305224
Binary100011110111011101010001111101110010001100010101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472E1D; }

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

 H1.HeaderClassName
 {
   color: #472E1D;
 }
 .AnyTagClassName
 {
   color: #472E1D;
 }
</style>
background-color css

<style>
 a { background-color: #472E1D; }

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

 div.DivClassName
 {
   background-color: #472E1D;
 }
 .BgClassName
 {
   background-color: #472E1D;
 }
</style>
border-color css

<style>
 span { border-color: #472E1D; }

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

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