#472B20

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

Shades of Morocco Brown #472B20

Tints of Morocco Brown #472B20

Color information

#472B20 (or 0x472B20) is unknown color: approx Morocco Brown. HEX triplet: 47, 2B and 20. RGB value is (71,43,32). Sum of RGB (Red+Green+Blue) = 71+43+32=146 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.63% from 146); Green value is 43 (17.19% from 255 or 29.45% from 146); Blue value is 32 (12.89% from 255 or 21.92% from 146); Max value from RGB is 71 - color contains mainly: red. Hex color #472B20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472B20 is #B8D4DF. Grayscale: #323232. Windows color (decimal): -12113120 or 2108231. OLE color: 2108231.

HSL color Cylindrical-coordinate representation of color #472B20: hue angle of 16.92º 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 #472B20 is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.72.

Color convert

RGB714332-
CMYK00.390.550.72
HSL16.92º37.86%20.2%-
HSV(B)16.92º54.93%27.84%-
XYZ3.723.171.78-
YUV50.12117.78142.89-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 48.63%
GREEN value IS 43 (17.19% from 255) = 29.45%
BLUE value IS 32 (12.89% from 255) = 21.92%
R=48.63%
G=29.45%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.55
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71433200.390.550.7216.9237.8620.2
Hex472B200273748112614
Octal107534004767110214624
Binary1000111101011100000010011111011110010001000110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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