#472D22

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

Shades of Morocco Brown #472D22

Tints of Morocco Brown #472D22

Color information

#472D22 (or 0x472D22) is unknown color: approx Morocco Brown. HEX triplet: 47, 2D and 22. RGB value is (71,45,34). Sum of RGB (Red+Green+Blue) = 71+45+34=150 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.33% from 150); Green value is 45 (17.97% from 255 or 30% from 150); Blue value is 34 (13.67% from 255 or 22.67% from 150); Max value from RGB is 71 - color contains mainly: red. Hex color #472D22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472D22 is #B8D2DD. Grayscale: #333333. Windows color (decimal): -12112606 or 2239815. OLE color: 2239815.

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

Color convert

RGB714534-
CMYK00.370.520.72
HSL17.84º35.24%20.59%-
HSV(B)17.84º52.11%27.84%-
XYZ3.833.331.95-
YUV51.52118.11141.89-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 47.33%
GREEN value IS 45 (17.97% from 255) = 30%
BLUE value IS 34 (13.67% from 255) = 22.67%
R=47.33%
G=30%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.52
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71453400.370.520.7217.8435.2420.59
Hex472D220253448122315
Octal107554204564110224325
Binary1000111101101100010010010111010010010001001010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472D22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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