#472715

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

Shades of Morocco Brown #472715

Tints of Morocco Brown #472715

Color information

#472715 (or 0x472715) is unknown color: approx Morocco Brown. HEX triplet: 47, 27 and 15. RGB value is (71,39,21). Sum of RGB (Red+Green+Blue) = 71+39+21=131 (17% of max value = 765). Red value is 71 (28.12% from 255 or 54.20% from 131); Green value is 39 (15.62% from 255 or 29.77% from 131); Blue value is 21 (8.59% from 255 or 16.03% from 131); Max value from RGB is 71 - color contains mainly: red. Hex color #472715 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472715 is #B8D8EA. Grayscale: #2E2E2E. Windows color (decimal): -12114155 or 1386311. OLE color: 1386311.

HSL color Cylindrical-coordinate representation of color #472715: hue angle of 21.6º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #472715 is Cyan = 0, Magento = 0.45, Yellow = 0.70 and Black (K on CMYK) = 0.72.

Color convert

RGB713921-
CMYK00.450.700.72
HSL21.6º54.35%18.04%-
HSV(B)21.6º70.42%27.84%-
XYZ3.462.841.08-
YUV46.52113.6145.46-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 54.20%
GREEN value IS 39 (15.62% from 255) = 29.77%
BLUE value IS 21 (8.59% from 255) = 16.03%
R=54.20%
G=29.77%
B=16.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.70
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71392100.450.700.7221.654.3518.04
Hex47271502D4648163612
Octal1074725055106110266622
Binary1000111100111101010101101100011010010001011011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472715; }

 p { color: rgb(71,39,21); }

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

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

 a { background-color: rgb(71,39,21); }

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

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

 span { border-color: rgb(71,39,21); }

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