#473020

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

Shades of Morocco Brown #473020

Tints of Morocco Brown #473020

Color information

#473020 (or 0x473020) is unknown color: approx Morocco Brown. HEX triplet: 47, 30 and 20. RGB value is (71,48,32). Sum of RGB (Red+Green+Blue) = 71+48+32=151 (20% of max value = 765). Red value is 71 (28.12% from 255 or 47.02% from 151); Green value is 48 (19.14% from 255 or 31.79% from 151); Blue value is 32 (12.89% from 255 or 21.19% from 151); Max value from RGB is 71 - color contains mainly: red. Hex color #473020 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473020 is #B8CFDF. Grayscale: #353535. Windows color (decimal): -12111840 or 2109511. OLE color: 2109511.

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

Color convert

RGB714832-
CMYK00.320.550.72
HSL24.62º37.86%20.2%-
HSV(B)24.62º54.93%27.84%-
XYZ3.923.561.85-
YUV53.05116.12140.8-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 47.02%
GREEN value IS 48 (19.14% from 255) = 31.79%
BLUE value IS 32 (12.89% from 255) = 21.19%
R=47.02%
G=31.79%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.55
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71483200.320.550.7224.6237.8620.2
Hex4730200203748192614
Octal107604004067110314624
Binary1000111110000100000010000011011110010001100110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473020; }

 p { color: rgb(71,48,32); }

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

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

 a { background-color: rgb(71,48,32); }

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

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

 span { border-color: rgb(71,48,32); }

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