#472F21

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

Shades of Morocco Brown #472F21

Tints of Morocco Brown #472F21

Color information

#472F21 (or 0x472F21) is unknown color: approx Morocco Brown. HEX triplet: 47, 2F and 21. RGB value is (71,47,33). Sum of RGB (Red+Green+Blue) = 71+47+33=151 (20% of max value = 765). Red value is 71 (28.12% from 255 or 47.02% from 151); Green value is 47 (18.75% from 255 or 31.13% from 151); Blue value is 33 (13.28% from 255 or 21.85% from 151); Max value from RGB is 71 - color contains mainly: red. Hex color #472F21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472F21 is #B8D0DE. Grayscale: #343434. Windows color (decimal): -12112095 or 2174791. OLE color: 2174791.

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

Color convert

RGB714733-
CMYK00.340.540.72
HSL22.11º36.54%20.39%-
HSV(B)22.11º53.52%27.84%-
XYZ3.893.481.91-
YUV52.58116.95141.14-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 47.02%
GREEN value IS 47 (18.75% from 255) = 31.13%
BLUE value IS 33 (13.28% from 255) = 21.85%
R=47.02%
G=31.13%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.54
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71473300.340.540.7222.1136.5420.39
Hex472F210223648162514
Octal107574104266110264524
Binary1000111101111100001010001011011010010001011010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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