#472F20

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

Shades of Morocco Brown #472F20

Tints of Morocco Brown #472F20

Color information

#472F20 (or 0x472F20) is unknown color: approx Morocco Brown. HEX triplet: 47, 2F and 20. RGB value is (71,47,32). Sum of RGB (Red+Green+Blue) = 71+47+32=150 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.33% from 150); Green value is 47 (18.75% from 255 or 31.33% from 150); Blue value is 32 (12.89% from 255 or 21.33% from 150); Max value from RGB is 71 - color contains mainly: red. Hex color #472F20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472F20 is #B8D0DF. Grayscale: #343434. Windows color (decimal): -12112096 or 2109255. OLE color: 2109255.

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

Color convert

RGB714732-
CMYK00.340.550.72
HSL23.08º37.86%20.2%-
HSV(B)23.08º54.93%27.84%-
XYZ3.883.481.83-
YUV52.47116.45141.22-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 47.33%
GREEN value IS 47 (18.75% from 255) = 31.33%
BLUE value IS 32 (12.89% from 255) = 21.33%
R=47.33%
G=31.33%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.55
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71473200.340.550.7223.0837.8620.2
Hex472F200223748172614
Octal107574004267110274624
Binary1000111101111100000010001011011110010001011110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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