#472F24

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

Shades of Morocco Brown #472F24

Tints of Morocco Brown #472F24

Color information

#472F24 (or 0x472F24) is unknown color: approx Morocco Brown. HEX triplet: 47, 2F and 24. RGB value is (71,47,36). Sum of RGB (Red+Green+Blue) = 71+47+36=154 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.10% from 154); Green value is 47 (18.75% from 255 or 30.52% from 154); Blue value is 36 (14.45% from 255 or 23.38% from 154); Max value from RGB is 71 - color contains mainly: red. Hex color #472F24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472F24 is #B8D0DB. Grayscale: #343434. Windows color (decimal): -12112092 or 2371399. OLE color: 2371399.

HSL color Cylindrical-coordinate representation of color #472F24: hue angle of 18.86º 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 #472F24 is Cyan = 0, Magento = 0.34, Yellow = 0.49 and Black (K on CMYK) = 0.72.

Color convert

RGB714736-
CMYK00.340.490.72
HSL18.86º32.71%20.98%-
HSV(B)18.86º49.3%27.84%-
XYZ3.933.52.14-
YUV52.92118.45140.89-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 46.10%
GREEN value IS 47 (18.75% from 255) = 30.52%
BLUE value IS 36 (14.45% from 255) = 23.38%
R=46.10%
G=30.52%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.49
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71473600.340.490.7218.8632.7120.98
Hex472F240223148132115
Octal107574404261110234125
Binary1000111101111100100010001011000110010001001110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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