#472C18

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

Shades of Morocco Brown #472C18

Tints of Morocco Brown #472C18

Color information

#472C18 (or 0x472C18) is unknown color: approx Morocco Brown. HEX triplet: 47, 2C and 18. RGB value is (71,44,24). Sum of RGB (Red+Green+Blue) = 71+44+24=139 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.08% from 139); Green value is 44 (17.58% from 255 or 31.65% from 139); Blue value is 24 (9.77% from 255 or 17.27% from 139); Max value from RGB is 71 - color contains mainly: red. Hex color #472C18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472C18 is #B8D3E7. Grayscale: #313131. Windows color (decimal): -12112872 or 1584199. OLE color: 1584199.

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

Color convert

RGB714424-
CMYK00.380.660.72
HSL25.53º49.47%18.63%-
HSV(B)25.53º66.2%27.84%-
XYZ3.663.211.29-
YUV49.79113.45143.13-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 51.08%
GREEN value IS 44 (17.58% from 255) = 31.65%
BLUE value IS 24 (9.77% from 255) = 17.27%
R=51.08%
G=31.65%
B=17.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.66
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71442400.380.660.7225.5349.4718.63
Hex472C1802642481a3113
Octal1075430046102110326123
Binary1000111101100110000100110100001010010001101011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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