#472714

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

Shades of Morocco Brown #472714

Tints of Morocco Brown #472714

Color information

#472714 (or 0x472714) is unknown color: approx Morocco Brown. HEX triplet: 47, 27 and 14. RGB value is (71,39,20). Sum of RGB (Red+Green+Blue) = 71+39+20=130 (17% of max value = 765). Red value is 71 (28.12% from 255 or 54.62% from 130); Green value is 39 (15.62% from 255 or 30% from 130); Blue value is 20 (8.20% from 255 or 15.38% from 130); Max value from RGB is 71 - color contains mainly: red. Hex color #472714 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472714 is #B8D8EB. Grayscale: #2E2E2E. Windows color (decimal): -12114156 or 1320775. OLE color: 1320775.

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

Color convert

RGB713920-
CMYK00.450.720.72
HSL22.35º56.04%17.84%-
HSV(B)22.35º71.83%27.84%-
XYZ3.452.841.03-
YUV46.4113.1145.54-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 54.62%
GREEN value IS 39 (15.62% from 255) = 30%
BLUE value IS 20 (8.20% from 255) = 15.38%
R=54.62%
G=30%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.72
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71392000.450.720.7222.3556.0417.84
Hex47271402D4848163812
Octal1074724055110110267022
Binary1000111100111101000101101100100010010001011011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472714; }

 p { color: rgb(71,39,20); }

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

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

 a { background-color: rgb(71,39,20); }

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

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

 span { border-color: rgb(71,39,20); }

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