#472B19

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

Shades of Morocco Brown #472B19

Tints of Morocco Brown #472B19

Color information

#472B19 (or 0x472B19) is unknown color: approx Morocco Brown. HEX triplet: 47, 2B and 19. RGB value is (71,43,25). Sum of RGB (Red+Green+Blue) = 71+43+25=139 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.08% from 139); Green value is 43 (17.19% from 255 or 30.94% from 139); Blue value is 25 (10.16% from 255 or 17.99% from 139); Max value from RGB is 71 - color contains mainly: red. Hex color #472B19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472B19 is #B8D4E6. Grayscale: #313131. Windows color (decimal): -12113127 or 1649479. OLE color: 1649479.

HSL color Cylindrical-coordinate representation of color #472B19: hue angle of 23.48º 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 #472B19 is Cyan = 0, Magento = 0.39, Yellow = 0.65 and Black (K on CMYK) = 0.72.

Color convert

RGB714325-
CMYK00.390.650.72
HSL23.48º47.92%18.82%-
HSV(B)23.48º64.79%27.84%-
XYZ3.643.141.33-
YUV49.32114.28143.46-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 51.08%
GREEN value IS 43 (17.19% from 255) = 30.94%
BLUE value IS 25 (10.16% from 255) = 17.99%
R=51.08%
G=30.94%
B=17.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.65
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71432500.390.650.7223.4847.9218.82
Hex472B190274148173013
Octal1075331047101110276023
Binary1000111101011110010100111100000110010001011111000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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