#472F1C

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

Shades of Morocco Brown #472F1C

Tints of Morocco Brown #472F1C

Color information

#472F1C (or 0x472F1C) is unknown color: approx Morocco Brown. HEX triplet: 47, 2F and 1C. RGB value is (71,47,28). Sum of RGB (Red+Green+Blue) = 71+47+28=146 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.63% from 146); Green value is 47 (18.75% from 255 or 32.19% from 146); Blue value is 28 (11.33% from 255 or 19.18% from 146); Max value from RGB is 71 - color contains mainly: red. Hex color #472F1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472F1C is #B8D0E3. Grayscale: #343434. Windows color (decimal): -12112100 or 1847111. OLE color: 1847111.

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

Color convert

RGB714728-
CMYK00.340.610.72
HSL26.51º43.43%19.41%-
HSV(B)26.51º60.56%27.84%-
XYZ3.823.461.56-
YUV52.01114.45141.54-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 48.63%
GREEN value IS 47 (18.75% from 255) = 32.19%
BLUE value IS 28 (11.33% from 255) = 19.18%
R=48.63%
G=32.19%
B=19.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.61
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71472800.340.610.7226.5143.4319.41
Hex472F1C0223D481b2b13
Octal107573404275110335323
Binary100011110111111100010001011110110010001101110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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