#472E24

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

Shades of Morocco Brown #472E24

Tints of Morocco Brown #472E24

Color information

#472E24 (or 0x472E24) is unknown color: approx Morocco Brown. HEX triplet: 47, 2E and 24. RGB value is (71,46,36). Sum of RGB (Red+Green+Blue) = 71+46+36=153 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.41% from 153); Green value is 46 (18.36% from 255 or 30.07% from 153); Blue value is 36 (14.45% from 255 or 23.53% from 153); Max value from RGB is 71 - color contains mainly: red. Hex color #472E24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472E24 is #B8D1DB. Grayscale: #343434. Windows color (decimal): -12112348 or 2371143. OLE color: 2371143.

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

Color convert

RGB714636-
CMYK00.350.490.72
HSL17.14º32.71%20.98%-
HSV(B)17.14º49.3%27.84%-
XYZ3.893.422.12-
YUV52.33118.78141.31-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 46.41%
GREEN value IS 46 (18.36% from 255) = 30.07%
BLUE value IS 36 (14.45% from 255) = 23.53%
R=46.41%
G=30.07%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.49
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71463600.350.490.7217.1432.7120.98
Hex472E240233148112115
Octal107564404361110214125
Binary1000111101110100100010001111000110010001000110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472E24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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