#472E1E

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

Shades of Morocco Brown #472E1E

Tints of Morocco Brown #472E1E

Color information

#472E1E (or 0x472E1E) is unknown color: approx Morocco Brown. HEX triplet: 47, 2E and 1E. RGB value is (71,46,30). Sum of RGB (Red+Green+Blue) = 71+46+30=147 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.30% from 147); Green value is 46 (18.36% from 255 or 31.29% from 147); Blue value is 30 (12.11% from 255 or 20.41% from 147); Max value from RGB is 71 - color contains mainly: red. Hex color #472E1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472E1E is #B8D1E1. Grayscale: #333333. Windows color (decimal): -12112354 or 1977927. OLE color: 1977927.

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

Color convert

RGB714630-
CMYK00.350.580.72
HSL23.41º40.59%19.8%-
HSV(B)23.41º57.75%27.84%-
XYZ3.813.391.68-
YUV51.65115.78141.8-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 48.30%
GREEN value IS 46 (18.36% from 255) = 31.29%
BLUE value IS 30 (12.11% from 255) = 20.41%
R=48.30%
G=31.29%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.58
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71463000.350.580.7223.4140.5919.8
Hex472E1E0233A48172914
Octal107563604372110275124
Binary100011110111011110010001111101010010001011110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,46,30); }

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

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

 a { background-color: rgb(71,46,30); }

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

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

 span { border-color: rgb(71,46,30); }

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