#472A1C

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

Shades of Morocco Brown #472A1C

Tints of Morocco Brown #472A1C

Color information

#472A1C (or 0x472A1C) is unknown color: approx Morocco Brown. HEX triplet: 47, 2A and 1C. RGB value is (71,42,28). Sum of RGB (Red+Green+Blue) = 71+42+28=141 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.35% from 141); Green value is 42 (16.80% from 255 or 29.79% from 141); Blue value is 28 (11.33% from 255 or 19.86% from 141); Max value from RGB is 71 - color contains mainly: red. Hex color #472A1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472A1C is #B8D5E3. Grayscale: #313131. Windows color (decimal): -12113380 or 1845831. OLE color: 1845831.

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

Color convert

RGB714228-
CMYK00.410.610.72
HSL19.53º43.43%19.41%-
HSV(B)19.53º60.56%27.84%-
XYZ3.643.081.5-
YUV49.08116.11143.64-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 50.35%
GREEN value IS 42 (16.80% from 255) = 29.79%
BLUE value IS 28 (11.33% from 255) = 19.86%
R=50.35%
G=29.79%
B=19.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.61
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71422800.410.610.7219.5343.4319.41
Hex472A1C0293D48142b13
Octal107523405175110245323
Binary100011110101011100010100111110110010001010010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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