#472A1B

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

Shades of Morocco Brown #472A1B

Tints of Morocco Brown #472A1B

Color information

#472A1B (or 0x472A1B) is unknown color: approx Morocco Brown. HEX triplet: 47, 2A and 1B. RGB value is (71,42,27). Sum of RGB (Red+Green+Blue) = 71+42+27=140 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.71% from 140); Green value is 42 (16.80% from 255 or 30% from 140); Blue value is 27 (10.94% from 255 or 19.29% from 140); Max value from RGB is 71 - color contains mainly: red. Hex color #472A1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472A1B is #B8D5E4. Grayscale: #313131. Windows color (decimal): -12113381 or 1780295. OLE color: 1780295.

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

Color convert

RGB714227-
CMYK00.410.620.72
HSL20.45º44.9%19.22%-
HSV(B)20.45º61.97%27.84%-
XYZ3.623.071.44-
YUV48.96115.61143.72-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 50.71%
GREEN value IS 42 (16.80% from 255) = 30%
BLUE value IS 27 (10.94% from 255) = 19.29%
R=50.71%
G=30%
B=19.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.62
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71422700.410.620.7220.4544.919.22
Hex472A1B0293E48142d13
Octal107523305176110245523
Binary100011110101011011010100111111010010001010010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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