#472817

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

Shades of Morocco Brown #472817

Tints of Morocco Brown #472817

Color information

#472817 (or 0x472817) is unknown color: approx Morocco Brown. HEX triplet: 47, 28 and 17. RGB value is (71,40,23). Sum of RGB (Red+Green+Blue) = 71+40+23=134 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.99% from 134); Green value is 40 (16.02% from 255 or 29.85% from 134); Blue value is 23 (9.38% from 255 or 17.16% from 134); Max value from RGB is 71 - color contains mainly: red. Hex color #472817 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472817 is #B8D7E8. Grayscale: #2F2F2F. Windows color (decimal): -12113897 or 1517639. OLE color: 1517639.

HSL color Cylindrical-coordinate representation of color #472817: hue angle of 21.25º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #472817 is Cyan = 0, Magento = 0.44, Yellow = 0.68 and Black (K on CMYK) = 0.72.

Color convert

RGB714023-
CMYK00.440.680.72
HSL21.25º51.06%18.43%-
HSV(B)21.25º67.61%27.84%-
XYZ3.512.921.19-
YUV47.33114.27144.88-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 52.99%
GREEN value IS 40 (16.02% from 255) = 29.85%
BLUE value IS 23 (9.38% from 255) = 17.16%
R=52.99%
G=29.85%
B=17.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.68
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71402300.440.680.7221.2551.0618.43
Hex47281702C4448153312
Octal1075027054104110256322
Binary1000111101000101110101100100010010010001010111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472817; }

 p { color: rgb(71,40,23); }

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

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

 a { background-color: rgb(71,40,23); }

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

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

 span { border-color: rgb(71,40,23); }

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