#472816

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

Shades of Morocco Brown #472816

Tints of Morocco Brown #472816

Color information

#472816 (or 0x472816) is unknown color: approx Morocco Brown. HEX triplet: 47, 28 and 16. RGB value is (71,40,22). Sum of RGB (Red+Green+Blue) = 71+40+22=133 (17% of max value = 765). Red value is 71 (28.12% from 255 or 53.38% from 133); Green value is 40 (16.02% from 255 or 30.08% from 133); Blue value is 22 (8.98% from 255 or 16.54% from 133); Max value from RGB is 71 - color contains mainly: red. Hex color #472816 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472816 is #B8D7E9. Grayscale: #2F2F2F. Windows color (decimal): -12113898 or 1452103. OLE color: 1452103.

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

Color convert

RGB714022-
CMYK00.440.690.72
HSL22.04º52.69%18.24%-
HSV(B)22.04º69.01%27.84%-
XYZ3.52.921.14-
YUV47.22113.77144.96-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 53.38%
GREEN value IS 40 (16.02% from 255) = 30.08%
BLUE value IS 22 (8.98% from 255) = 16.54%
R=53.38%
G=30.08%
B=16.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.69
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71402200.440.690.7222.0452.6918.24
Hex47281602C4548163512
Octal1075026054105110266522
Binary1000111101000101100101100100010110010001011011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472816; }

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

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

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

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

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

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

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

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