#472814

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

Shades of Morocco Brown #472814

Tints of Morocco Brown #472814

Color information

#472814 (or 0x472814) is unknown color: approx Morocco Brown. HEX triplet: 47, 28 and 14. RGB value is (71,40,20). Sum of RGB (Red+Green+Blue) = 71+40+20=131 (17% of max value = 765). Red value is 71 (28.12% from 255 or 54.20% from 131); Green value is 40 (16.02% from 255 or 30.53% from 131); Blue value is 20 (8.20% from 255 or 15.27% from 131); Max value from RGB is 71 - color contains mainly: red. Hex color #472814 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472814 is #B8D7EB. Grayscale: #2F2F2F. Windows color (decimal): -12113900 or 1321031. OLE color: 1321031.

HSL color Cylindrical-coordinate representation of color #472814: hue angle of 23.53º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #472814 is Cyan = 0, Magento = 0.44, Yellow = 0.72 and Black (K on CMYK) = 0.72.

Color convert

RGB714020-
CMYK00.440.720.72
HSL23.53º56.04%17.84%-
HSV(B)23.53º71.83%27.84%-
XYZ3.482.911.04-
YUV46.99112.77145.13-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 54.20%
GREEN value IS 40 (16.02% from 255) = 30.53%
BLUE value IS 20 (8.20% from 255) = 15.27%
R=54.20%
G=30.53%
B=15.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.72
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71402000.440.720.7223.5356.0417.84
Hex47281402C4848183812
Octal1075024054110110307022
Binary1000111101000101000101100100100010010001100011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472814; }

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

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

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

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

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

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

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

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