#47301E

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

Shades of Morocco Brown #47301E

Tints of Morocco Brown #47301E

Color information

#47301E (or 0x47301E) is unknown color: approx Morocco Brown. HEX triplet: 47, 30 and 1E. RGB value is (71,48,30). Sum of RGB (Red+Green+Blue) = 71+48+30=149 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.65% from 149); Green value is 48 (19.14% from 255 or 32.21% from 149); Blue value is 30 (12.11% from 255 or 20.13% from 149); Max value from RGB is 71 - color contains mainly: red. Hex color #47301E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47301E is #B8CFE1. Grayscale: #343434. Windows color (decimal): -12111842 or 1978439. OLE color: 1978439.

HSL color Cylindrical-coordinate representation of color #47301E: hue angle of 26.34º 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 #47301E is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.72.

Color convert

RGB714830-
CMYK00.320.580.72
HSL26.34º40.59%19.8%-
HSV(B)26.34º57.75%27.84%-
XYZ3.893.551.71-
YUV52.82115.12140.96-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 47.65%
GREEN value IS 48 (19.14% from 255) = 32.21%
BLUE value IS 30 (12.11% from 255) = 20.13%
R=47.65%
G=32.21%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.58
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71483000.320.580.7226.3440.5919.8
Hex47301E0203A481a2914
Octal107603604072110325124
Binary100011111000011110010000011101010010001101010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47301E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47301E; }

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

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

<style>
 a { background-color: #47301E; }

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

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

<style>
 span { border-color: #47301E; }

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

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