#472C24

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

Shades of Morocco Brown #472C24

Tints of Morocco Brown #472C24

Color information

#472C24 (or 0x472C24) is unknown color: approx Morocco Brown. HEX triplet: 47, 2C and 24. RGB value is (71,44,36). Sum of RGB (Red+Green+Blue) = 71+44+36=151 (20% of max value = 765). Red value is 71 (28.12% from 255 or 47.02% from 151); Green value is 44 (17.58% from 255 or 29.14% from 151); Blue value is 36 (14.45% from 255 or 23.84% from 151); Max value from RGB is 71 - color contains mainly: red. Hex color #472C24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472C24 is #B8D3DB. Grayscale: #333333. Windows color (decimal): -12112860 or 2370631. OLE color: 2370631.

HSL color Cylindrical-coordinate representation of color #472C24: hue angle of 13.71º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #472C24 is Cyan = 0, Magento = 0.38, Yellow = 0.49 and Black (K on CMYK) = 0.72.

Color convert

RGB714436-
CMYK00.380.490.72
HSL13.71º32.71%20.98%-
HSV(B)13.71º49.3%27.84%-
XYZ3.823.272.1-
YUV51.16119.45142.15-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 47.02%
GREEN value IS 44 (17.58% from 255) = 29.14%
BLUE value IS 36 (14.45% from 255) = 23.84%
R=47.02%
G=29.14%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.49
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71443600.380.490.7213.7132.7120.98
Hex472C240263148e2115
Octal107544404661110164125
Binary100011110110010010001001101100011001000111010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,44,36); }

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

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

 a { background-color: rgb(71,44,36); }

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

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

 span { border-color: rgb(71,44,36); }

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