#472A19

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

Shades of Morocco Brown #472A19

Tints of Morocco Brown #472A19

Color information

#472A19 (or 0x472A19) is unknown color: approx Morocco Brown. HEX triplet: 47, 2A and 19. RGB value is (71,42,25). Sum of RGB (Red+Green+Blue) = 71+42+25=138 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.45% from 138); Green value is 42 (16.80% from 255 or 30.43% from 138); Blue value is 25 (10.16% from 255 or 18.12% from 138); Max value from RGB is 71 - color contains mainly: red. Hex color #472A19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472A19 is #B8D5E6. Grayscale: #303030. Windows color (decimal): -12113383 or 1649223. OLE color: 1649223.

HSL color Cylindrical-coordinate representation of color #472A19: hue angle of 22.17º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #472A19 is Cyan = 0, Magento = 0.41, Yellow = 0.65 and Black (K on CMYK) = 0.72.

Color convert

RGB714225-
CMYK00.410.650.72
HSL22.17º47.92%18.82%-
HSV(B)22.17º64.79%27.84%-
XYZ3.63.071.32-
YUV48.73114.61143.88-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 51.45%
GREEN value IS 42 (16.80% from 255) = 30.43%
BLUE value IS 25 (10.16% from 255) = 18.12%
R=51.45%
G=30.43%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.65
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71422500.410.650.7222.1747.9218.82
Hex472A190294148163013
Octal1075231051101110266023
Binary1000111101010110010101001100000110010001011011000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472A19; }

 p { color: rgb(71,42,25); }

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

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

 a { background-color: rgb(71,42,25); }

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

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

 span { border-color: rgb(71,42,25); }

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