#472C1F

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

Shades of Morocco Brown #472C1F

Tints of Morocco Brown #472C1F

Color information

#472C1F (or 0x472C1F) is unknown color: approx Morocco Brown. HEX triplet: 47, 2C and 1F. RGB value is (71,44,31). Sum of RGB (Red+Green+Blue) = 71+44+31=146 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.63% from 146); Green value is 44 (17.58% from 255 or 30.14% from 146); Blue value is 31 (12.5% from 255 or 21.23% from 146); Max value from RGB is 71 - color contains mainly: red. Hex color #472C1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472C1F is #B8D3E0. Grayscale: #323232. Windows color (decimal): -12112865 or 2042951. OLE color: 2042951.

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

Color convert

RGB714431-
CMYK00.380.560.72
HSL19.5º39.22%20%-
HSV(B)19.5º56.34%27.84%-
XYZ3.753.241.72-
YUV50.59116.95142.56-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 48.63%
GREEN value IS 44 (17.58% from 255) = 30.14%
BLUE value IS 31 (12.5% from 255) = 21.23%
R=48.63%
G=30.14%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.56
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71443100.380.560.7219.539.2220
Hex472C1F0263848142714
Octal107543704670110244724
Binary100011110110011111010011011100010010001010010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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