#472820

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

Shades of Morocco Brown #472820

Tints of Morocco Brown #472820

Color information

#472820 (or 0x472820) is unknown color: approx Morocco Brown. HEX triplet: 47, 28 and 20. RGB value is (71,40,32). Sum of RGB (Red+Green+Blue) = 71+40+32=143 (18% of max value = 765). Red value is 71 (28.12% from 255 or 49.65% from 143); Green value is 40 (16.02% from 255 or 27.97% from 143); Blue value is 32 (12.89% from 255 or 22.38% from 143); Max value from RGB is 71 - color contains mainly: red. Hex color #472820 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472820 is #B8D7DF. Grayscale: #303030. Windows color (decimal): -12113888 or 2107463. OLE color: 2107463.

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

Color convert

RGB714032-
CMYK00.440.550.72
HSL12.31º37.86%20.2%-
HSV(B)12.31º54.93%27.84%-
XYZ3.622.961.75-
YUV48.36118.77144.15-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 49.65%
GREEN value IS 40 (16.02% from 255) = 27.97%
BLUE value IS 32 (12.89% from 255) = 22.38%
R=49.65%
G=27.97%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.55
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71403200.440.550.7212.3137.8620.2
Hex47282002C3748c2614
Octal107504005467110144624
Binary100011110100010000001011001101111001000110010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472820; }

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

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

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

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

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

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

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

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