#472F25

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

Shades of Morocco Brown #472F25

Tints of Morocco Brown #472F25

Color information

#472F25 (or 0x472F25) is unknown color: approx Morocco Brown. HEX triplet: 47, 2F and 25. RGB value is (71,47,37). Sum of RGB (Red+Green+Blue) = 71+47+37=155 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.81% from 155); Green value is 47 (18.75% from 255 or 30.32% from 155); Blue value is 37 (14.84% from 255 or 23.87% from 155); Max value from RGB is 71 - color contains mainly: red. Hex color #472F25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472F25 is #B8D0DA. Grayscale: #353535. Windows color (decimal): -12112091 or 2436935. OLE color: 2436935.

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

Color convert

RGB714737-
CMYK00.340.480.72
HSL17.65º31.48%21.18%-
HSV(B)17.65º47.89%27.84%-
XYZ3.953.512.22-
YUV53.04118.95140.81-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 45.81%
GREEN value IS 47 (18.75% from 255) = 30.32%
BLUE value IS 37 (14.84% from 255) = 23.87%
R=45.81%
G=30.32%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.48
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71473700.340.480.7217.6531.4821.18
Hex472F250223048121f15
Octal107574504260110223725
Binary100011110111110010101000101100001001000100101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,47,37); }

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

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

 a { background-color: rgb(71,47,37); }

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

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

 span { border-color: rgb(71,47,37); }

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