#472B1A

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

Shades of Morocco Brown #472B1A

Tints of Morocco Brown #472B1A

Color information

#472B1A (or 0x472B1A) is unknown color: approx Morocco Brown. HEX triplet: 47, 2B and 1A. RGB value is (71,43,26). Sum of RGB (Red+Green+Blue) = 71+43+26=140 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.71% from 140); Green value is 43 (17.19% from 255 or 30.71% from 140); Blue value is 26 (10.55% from 255 or 18.57% from 140); Max value from RGB is 71 - color contains mainly: red. Hex color #472B1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472B1A is #B8D4E5. Grayscale: #313131. Windows color (decimal): -12113126 or 1715015. OLE color: 1715015.

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

Color convert

RGB714326-
CMYK00.390.630.72
HSL22.67º46.39%19.02%-
HSV(B)22.67º63.38%27.84%-
XYZ3.653.141.39-
YUV49.43114.78143.38-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 50.71%
GREEN value IS 43 (17.19% from 255) = 30.71%
BLUE value IS 26 (10.55% from 255) = 18.57%
R=50.71%
G=30.71%
B=18.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.63
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71432600.390.630.7222.6746.3919.02
Hex472B1A0273F48172e13
Octal107533204777110275623
Binary100011110101111010010011111111110010001011110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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