#47301F

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

Shades of Morocco Brown #47301F

Tints of Morocco Brown #47301F

Color information

#47301F (or 0x47301F) is unknown color: approx Morocco Brown. HEX triplet: 47, 30 and 1F. RGB value is (71,48,31). Sum of RGB (Red+Green+Blue) = 71+48+31=150 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.33% from 150); Green value is 48 (19.14% from 255 or 32% from 150); Blue value is 31 (12.5% from 255 or 20.67% from 150); Max value from RGB is 71 - color contains mainly: red. Hex color #47301F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47301F is #B8CFE0. Grayscale: #353535. Windows color (decimal): -12111841 or 2043975. OLE color: 2043975.

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

Color convert

RGB714831-
CMYK00.320.560.72
HSL25.5º39.22%20%-
HSV(B)25.5º56.34%27.84%-
XYZ3.93.551.78-
YUV52.94115.62140.88-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 47.33%
GREEN value IS 48 (19.14% from 255) = 32%
BLUE value IS 31 (12.5% from 255) = 20.67%
R=47.33%
G=32%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.56
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71483100.320.560.7225.539.2220
Hex47301F02038481a2714
Octal107603704070110324724
Binary100011111000011111010000011100010010001101010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47301F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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