#472E1B

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

Shades of Morocco Brown #472E1B

Tints of Morocco Brown #472E1B

Color information

#472E1B (or 0x472E1B) is unknown color: approx Morocco Brown. HEX triplet: 47, 2E and 1B. RGB value is (71,46,27). Sum of RGB (Red+Green+Blue) = 71+46+27=144 (19% of max value = 765). Red value is 71 (28.12% from 255 or 49.31% from 144); Green value is 46 (18.36% from 255 or 31.94% from 144); Blue value is 27 (10.94% from 255 or 18.75% from 144); Max value from RGB is 71 - color contains mainly: red. Hex color #472E1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472E1B is #B8D1E4. Grayscale: #333333. Windows color (decimal): -12112357 or 1781319. OLE color: 1781319.

HSL color Cylindrical-coordinate representation of color #472E1B: hue angle of 25.91º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #472E1B is Cyan = 0, Magento = 0.35, Yellow = 0.62 and Black (K on CMYK) = 0.72.

Color convert

RGB714627-
CMYK00.350.620.72
HSL25.91º44.9%19.22%-
HSV(B)25.91º61.97%27.84%-
XYZ3.773.371.49-
YUV51.31114.28142.04-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 49.31%
GREEN value IS 46 (18.36% from 255) = 31.94%
BLUE value IS 27 (10.94% from 255) = 18.75%
R=49.31%
G=31.94%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.62
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71462700.350.620.7225.9144.919.22
Hex472E1B0233E481a2d13
Octal107563304376110325523
Binary100011110111011011010001111111010010001101010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,46,27); }

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

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

 a { background-color: rgb(71,46,27); }

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

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

 span { border-color: rgb(71,46,27); }

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