#47281C

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

Shades of Morocco Brown #47281C

Tints of Morocco Brown #47281C

Color information

#47281C (or 0x47281C) is unknown color: approx Morocco Brown. HEX triplet: 47, 28 and 1C. RGB value is (71,40,28). Sum of RGB (Red+Green+Blue) = 71+40+28=139 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.08% from 139); Green value is 40 (16.02% from 255 or 28.78% from 139); Blue value is 28 (11.33% from 255 or 20.14% from 139); Max value from RGB is 71 - color contains mainly: red. Hex color #47281C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47281C is #B8D7E3. Grayscale: #2F2F2F. Windows color (decimal): -12113892 or 1845319. OLE color: 1845319.

HSL color Cylindrical-coordinate representation of color #47281C: hue angle of 16.74º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #47281C is Cyan = 0, Magento = 0.44, Yellow = 0.61 and Black (K on CMYK) = 0.72.

Color convert

RGB714028-
CMYK00.440.610.72
HSL16.74º43.43%19.41%-
HSV(B)16.74º60.56%27.84%-
XYZ3.572.941.48-
YUV47.9116.77144.48-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 51.08%
GREEN value IS 40 (16.02% from 255) = 28.78%
BLUE value IS 28 (11.33% from 255) = 20.14%
R=51.08%
G=28.78%
B=20.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.61
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71402800.440.610.7216.7443.4319.41
Hex47281C02C3D48112b13
Octal107503405475110215323
Binary100011110100011100010110011110110010001000110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47281C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47281C; }

 p { color: rgb(71,40,28); }

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

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

 a { background-color: rgb(71,40,28); }

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

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

 span { border-color: rgb(71,40,28); }

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