#472E20

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

Shades of Morocco Brown #472E20

Tints of Morocco Brown #472E20

Color information

#472E20 (or 0x472E20) is unknown color: approx Morocco Brown. HEX triplet: 47, 2E and 20. RGB value is (71,46,32). Sum of RGB (Red+Green+Blue) = 71+46+32=149 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.65% from 149); Green value is 46 (18.36% from 255 or 30.87% from 149); Blue value is 32 (12.89% from 255 or 21.48% from 149); Max value from RGB is 71 - color contains mainly: red. Hex color #472E20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472E20 is #B8D1DF. Grayscale: #333333. Windows color (decimal): -12112352 or 2108999. OLE color: 2108999.

HSL color Cylindrical-coordinate representation of color #472E20: hue angle of 21.54º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #472E20 is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.72.

Color convert

RGB714632-
CMYK00.350.550.72
HSL21.54º37.86%20.2%-
HSV(B)21.54º54.93%27.84%-
XYZ3.843.41.82-
YUV51.88116.78141.64-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 47.65%
GREEN value IS 46 (18.36% from 255) = 30.87%
BLUE value IS 32 (12.89% from 255) = 21.48%
R=47.65%
G=30.87%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.55
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71463200.350.550.7221.5437.8620.2
Hex472E200233748162614
Octal107564004367110264624
Binary1000111101110100000010001111011110010001011010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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