#473027

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

Shades of Morocco Brown #473027

Tints of Morocco Brown #473027

Color information

#473027 (or 0x473027) is unknown color: approx Morocco Brown. HEX triplet: 47, 30 and 27. RGB value is (71,48,39). Sum of RGB (Red+Green+Blue) = 71+48+39=158 (20% of max value = 765). Red value is 71 (28.12% from 255 or 44.94% from 158); Green value is 48 (19.14% from 255 or 30.38% from 158); Blue value is 39 (15.62% from 255 or 24.68% from 158); Max value from RGB is 71 - color contains mainly: red. Hex color #473027 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473027 is #B8CFD8. Grayscale: #353535. Windows color (decimal): -12111833 or 2568263. OLE color: 2568263.

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

Color convert

RGB714839-
CMYK00.320.450.72
HSL16.88º29.09%21.57%-
HSV(B)16.88º45.07%27.84%-
XYZ4.023.62.4-
YUV53.85119.62140.23-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 44.94%
GREEN value IS 48 (19.14% from 255) = 30.38%
BLUE value IS 39 (15.62% from 255) = 24.68%
R=44.94%
G=30.38%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.45
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71483900.320.450.7216.8829.0921.57
Hex4730270202D48111d16
Octal107604704055110213526
Binary100011111000010011101000001011011001000100011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473027; }

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

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

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

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

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

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

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

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