#472A1A

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

Shades of Morocco Brown #472A1A

Tints of Morocco Brown #472A1A

Color information

#472A1A (or 0x472A1A) is unknown color: approx Morocco Brown. HEX triplet: 47, 2A and 1A. RGB value is (71,42,26). Sum of RGB (Red+Green+Blue) = 71+42+26=139 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.08% from 139); Green value is 42 (16.80% from 255 or 30.22% from 139); Blue value is 26 (10.55% from 255 or 18.71% from 139); Max value from RGB is 71 - color contains mainly: red. Hex color #472A1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472A1A is #B8D5E5. Grayscale: #303030. Windows color (decimal): -12113382 or 1714759. OLE color: 1714759.

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

Color convert

RGB714226-
CMYK00.410.630.72
HSL21.33º46.39%19.02%-
HSV(B)21.33º63.38%27.84%-
XYZ3.613.071.38-
YUV48.85115.11143.8-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 51.08%
GREEN value IS 42 (16.80% from 255) = 30.22%
BLUE value IS 26 (10.55% from 255) = 18.71%
R=51.08%
G=30.22%
B=18.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.63
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71422600.410.630.7221.3346.3919.02
Hex472A1A0293F48152e13
Octal107523205177110255623
Binary100011110101011010010100111111110010001010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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