#472915

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

Shades of Morocco Brown #472915

Tints of Morocco Brown #472915

Color information

#472915 (or 0x472915) is unknown color: approx Morocco Brown. HEX triplet: 47, 29 and 15. RGB value is (71,41,21). Sum of RGB (Red+Green+Blue) = 71+41+21=133 (17% of max value = 765). Red value is 71 (28.12% from 255 or 53.38% from 133); Green value is 41 (16.41% from 255 or 30.83% from 133); Blue value is 21 (8.59% from 255 or 15.79% from 133); Max value from RGB is 71 - color contains mainly: red. Hex color #472915 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472915 is #B8D6EA. Grayscale: #2F2F2F. Windows color (decimal): -12113643 or 1386823. OLE color: 1386823.

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

Color convert

RGB714121-
CMYK00.420.700.72
HSL24º54.35%18.04%-
HSV(B)24º70.42%27.84%-
XYZ3.532.981.1-
YUV47.69112.94144.63-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 53.38%
GREEN value IS 41 (16.41% from 255) = 30.83%
BLUE value IS 21 (8.59% from 255) = 15.79%
R=53.38%
G=30.83%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.70
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71412100.420.700.722454.3518.04
Hex47291502A4648183612
Octal1075125052106110306622
Binary1000111101001101010101010100011010010001100011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472915; }

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

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

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

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

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

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

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

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