#472A20

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

Shades of Morocco Brown #472A20

Tints of Morocco Brown #472A20

Color information

#472A20 (or 0x472A20) is unknown color: approx Morocco Brown. HEX triplet: 47, 2A and 20. RGB value is (71,42,32). Sum of RGB (Red+Green+Blue) = 71+42+32=145 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.97% from 145); Green value is 42 (16.80% from 255 or 28.97% from 145); Blue value is 32 (12.89% from 255 or 22.07% from 145); Max value from RGB is 71 - color contains mainly: red. Hex color #472A20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472A20 is #B8D5DF. Grayscale: #313131. Windows color (decimal): -12113376 or 2107975. OLE color: 2107975.

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

Color convert

RGB714232-
CMYK00.410.550.72
HSL15.38º37.86%20.2%-
HSV(B)15.38º54.93%27.84%-
XYZ3.693.11.77-
YUV49.53118.11143.31-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 48.97%
GREEN value IS 42 (16.80% from 255) = 28.97%
BLUE value IS 32 (12.89% from 255) = 22.07%
R=48.97%
G=28.97%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.55
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71423200.410.550.7215.3837.8620.2
Hex472A200293748f2614
Octal107524005167110174624
Binary100011110101010000001010011101111001000111110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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