#472F1B

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

Shades of Morocco Brown #472F1B

Tints of Morocco Brown #472F1B

Color information

#472F1B (or 0x472F1B) is unknown color: approx Morocco Brown. HEX triplet: 47, 2F and 1B. RGB value is (71,47,27). Sum of RGB (Red+Green+Blue) = 71+47+27=145 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.97% from 145); Green value is 47 (18.75% from 255 or 32.41% from 145); Blue value is 27 (10.94% from 255 or 18.62% from 145); Max value from RGB is 71 - color contains mainly: red. Hex color #472F1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472F1B is #B8D0E4. Grayscale: #343434. Windows color (decimal): -12112101 or 1781575. OLE color: 1781575.

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

Color convert

RGB714727-
CMYK00.340.620.72
HSL27.27º44.9%19.22%-
HSV(B)27.27º61.97%27.84%-
XYZ3.813.451.5-
YUV51.9113.95141.63-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 48.97%
GREEN value IS 47 (18.75% from 255) = 32.41%
BLUE value IS 27 (10.94% from 255) = 18.62%
R=48.97%
G=32.41%
B=18.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.62
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71472700.340.620.7227.2744.919.22
Hex472F1B0223E481b2d13
Octal107573304276110335523
Binary100011110111111011010001011111010010001101110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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