#472A18

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

Shades of Morocco Brown #472A18

Tints of Morocco Brown #472A18

Color information

#472A18 (or 0x472A18) is unknown color: approx Morocco Brown. HEX triplet: 47, 2A and 18. RGB value is (71,42,24). Sum of RGB (Red+Green+Blue) = 71+42+24=137 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.82% from 137); Green value is 42 (16.80% from 255 or 30.66% from 137); Blue value is 24 (9.77% from 255 or 17.52% from 137); Max value from RGB is 71 - color contains mainly: red. Hex color #472A18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472A18 is #B8D5E7. Grayscale: #303030. Windows color (decimal): -12113384 or 1583687. OLE color: 1583687.

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

Color convert

RGB714224-
CMYK00.410.660.72
HSL22.98º49.47%18.63%-
HSV(B)22.98º66.2%27.84%-
XYZ3.593.061.27-
YUV48.62114.11143.96-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 51.82%
GREEN value IS 42 (16.80% from 255) = 30.66%
BLUE value IS 24 (9.77% from 255) = 17.52%
R=51.82%
G=30.66%
B=17.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.66
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71422400.410.660.7222.9849.4718.63
Hex472A180294248173113
Octal1075230051102110276123
Binary1000111101010110000101001100001010010001011111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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