#472E19

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

Shades of Morocco Brown #472E19

Tints of Morocco Brown #472E19

Color information

#472E19 (or 0x472E19) is unknown color: approx Morocco Brown. HEX triplet: 47, 2E and 19. RGB value is (71,46,25). Sum of RGB (Red+Green+Blue) = 71+46+25=142 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50% from 142); Green value is 46 (18.36% from 255 or 32.39% from 142); Blue value is 25 (10.16% from 255 or 17.61% from 142); Max value from RGB is 71 - color contains mainly: red. Hex color #472E19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472E19 is #B8D1E6. Grayscale: #333333. Windows color (decimal): -12112359 or 1650247. OLE color: 1650247.

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

Color convert

RGB714625-
CMYK00.350.650.72
HSL27.39º47.92%18.82%-
HSV(B)27.39º64.79%27.84%-
XYZ3.753.361.37-
YUV51.08113.28142.21-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 50%
GREEN value IS 46 (18.36% from 255) = 32.39%
BLUE value IS 25 (10.16% from 255) = 17.61%
R=50%
G=32.39%
B=17.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.65
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71462500.350.650.7227.3947.9218.82
Hex472E1902341481b3013
Octal1075631043101110336023
Binary1000111101110110010100011100000110010001101111000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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