#473122

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

Shades of Morocco Brown #473122

Tints of Morocco Brown #473122

Color information

#473122 (or 0x473122) is unknown color: approx Morocco Brown. HEX triplet: 47, 31 and 22. RGB value is (71,49,34). Sum of RGB (Red+Green+Blue) = 71+49+34=154 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.10% from 154); Green value is 49 (19.53% from 255 or 31.82% from 154); Blue value is 34 (13.67% from 255 or 22.08% from 154); Max value from RGB is 71 - color contains mainly: red. Hex color #473122 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473122 is #B8CEDD. Grayscale: #353535. Windows color (decimal): -12111582 or 2240839. OLE color: 2240839.

HSL color Cylindrical-coordinate representation of color #473122: hue angle of 24.32º 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 #473122 is Cyan = 0, Magento = 0.31, Yellow = 0.52 and Black (K on CMYK) = 0.72.

Color convert

RGB714934-
CMYK00.310.520.72
HSL24.32º35.24%20.59%-
HSV(B)24.32º52.11%27.84%-
XYZ3.993.652.01-
YUV53.87116.79140.22-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 46.10%
GREEN value IS 49 (19.53% from 255) = 31.82%
BLUE value IS 34 (13.67% from 255) = 22.08%
R=46.10%
G=31.82%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.52
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71493400.310.520.7224.3235.2420.59
Hex47312201F3448182315
Octal107614203764110304325
Binary100011111000110001001111111010010010001100010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473122; }

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

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

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

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

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

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

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

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