#472D21

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

Shades of Morocco Brown #472D21

Tints of Morocco Brown #472D21

Color information

#472D21 (or 0x472D21) is unknown color: approx Morocco Brown. HEX triplet: 47, 2D and 21. RGB value is (71,45,33). Sum of RGB (Red+Green+Blue) = 71+45+33=149 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.65% from 149); Green value is 45 (17.97% from 255 or 30.20% from 149); Blue value is 33 (13.28% from 255 or 22.15% from 149); Max value from RGB is 71 - color contains mainly: red. Hex color #472D21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472D21 is #B8D2DE. Grayscale: #333333. Windows color (decimal): -12112607 or 2174279. OLE color: 2174279.

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

Color convert

RGB714533-
CMYK00.370.540.72
HSL18.95º36.54%20.39%-
HSV(B)18.95º53.52%27.84%-
XYZ3.813.331.88-
YUV51.41117.61141.98-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 47.65%
GREEN value IS 45 (17.97% from 255) = 30.20%
BLUE value IS 33 (13.28% from 255) = 22.15%
R=47.65%
G=30.20%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.54
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71453300.370.540.7218.9536.5420.39
Hex472D210253648132514
Octal107554104566110234524
Binary1000111101101100001010010111011010010001001110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,45,33); }

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

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

 a { background-color: rgb(71,45,33); }

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

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

 span { border-color: rgb(71,45,33); }

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