#472A1D

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

Shades of Morocco Brown #472A1D

Tints of Morocco Brown #472A1D

Color information

#472A1D (or 0x472A1D) is unknown color: approx Morocco Brown. HEX triplet: 47, 2A and 1D. RGB value is (71,42,29). Sum of RGB (Red+Green+Blue) = 71+42+29=142 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50% from 142); Green value is 42 (16.80% from 255 or 29.58% from 142); Blue value is 29 (11.72% from 255 or 20.42% from 142); Max value from RGB is 71 - color contains mainly: red. Hex color #472A1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472A1D is #B8D5E2. Grayscale: #313131. Windows color (decimal): -12113379 or 1911367. OLE color: 1911367.

HSL color Cylindrical-coordinate representation of color #472A1D: hue angle of 18.57º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #472A1D is Cyan = 0, Magento = 0.41, Yellow = 0.59 and Black (K on CMYK) = 0.72.

Color convert

RGB714229-
CMYK00.410.590.72
HSL18.57º42%19.61%-
HSV(B)18.57º59.15%27.84%-
XYZ3.653.081.57-
YUV49.19116.61143.56-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 50%
GREEN value IS 42 (16.80% from 255) = 29.58%
BLUE value IS 29 (11.72% from 255) = 20.42%
R=50%
G=29.58%
B=20.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.59
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71422900.410.590.7218.574219.61
Hex472A1D0293B48132a14
Octal107523505173110235224
Binary100011110101011101010100111101110010001001110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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