#472E25

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

Shades of Morocco Brown #472E25

Tints of Morocco Brown #472E25

Color information

#472E25 (or 0x472E25) is unknown color: approx Morocco Brown. HEX triplet: 47, 2E and 25. RGB value is (71,46,37). Sum of RGB (Red+Green+Blue) = 71+46+37=154 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.10% from 154); Green value is 46 (18.36% from 255 or 29.87% from 154); Blue value is 37 (14.84% from 255 or 24.03% from 154); Max value from RGB is 71 - color contains mainly: red. Hex color #472E25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472E25 is #B8D1DA. Grayscale: #343434. Windows color (decimal): -12112347 or 2436679. OLE color: 2436679.

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

Color convert

RGB714637-
CMYK00.350.480.72
HSL15.88º31.48%21.18%-
HSV(B)15.88º47.89%27.84%-
XYZ3.913.432.21-
YUV52.45119.28141.23-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 46.10%
GREEN value IS 46 (18.36% from 255) = 29.87%
BLUE value IS 37 (14.84% from 255) = 24.03%
R=46.10%
G=29.87%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.48
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71463700.350.480.7215.8831.4821.18
Hex472E250233048101f15
Octal107564504360110203725
Binary100011110111010010101000111100001001000100001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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