#472918

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

Shades of Morocco Brown #472918

Tints of Morocco Brown #472918

Color information

#472918 (or 0x472918) is unknown color: approx Morocco Brown. HEX triplet: 47, 29 and 18. RGB value is (71,41,24). Sum of RGB (Red+Green+Blue) = 71+41+24=136 (18% of max value = 765). Red value is 71 (28.12% from 255 or 52.21% from 136); Green value is 41 (16.41% from 255 or 30.15% from 136); Blue value is 24 (9.77% from 255 or 17.65% from 136); Max value from RGB is 71 - color contains mainly: red. Hex color #472918 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472918 is #B8D6E7. Grayscale: #303030. Windows color (decimal): -12113640 or 1583431. OLE color: 1583431.

HSL color Cylindrical-coordinate representation of color #472918: hue angle of 21.7º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #472918 is Cyan = 0, Magento = 0.42, Yellow = 0.66 and Black (K on CMYK) = 0.72.

Color convert

RGB714124-
CMYK00.420.660.72
HSL21.7º49.47%18.63%-
HSV(B)21.7º66.2%27.84%-
XYZ3.562.991.25-
YUV48.03114.44144.38-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 52.21%
GREEN value IS 41 (16.41% from 255) = 30.15%
BLUE value IS 24 (9.77% from 255) = 17.65%
R=52.21%
G=30.15%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.66
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71412400.420.660.7221.749.4718.63
Hex47291802A4248163113
Octal1075130052102110266123
Binary1000111101001110000101010100001010010001011011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472918; }

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

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

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

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

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

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

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

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