#473026

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

Shades of Morocco Brown #473026

Tints of Morocco Brown #473026

Color information

#473026 (or 0x473026) is unknown color: approx Morocco Brown. HEX triplet: 47, 30 and 26. RGB value is (71,48,38). Sum of RGB (Red+Green+Blue) = 71+48+38=157 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.22% from 157); Green value is 48 (19.14% from 255 or 30.57% from 157); Blue value is 38 (15.23% from 255 or 24.20% from 157); Max value from RGB is 71 - color contains mainly: red. Hex color #473026 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473026 is #B8CFD9. Grayscale: #353535. Windows color (decimal): -12111834 or 2502727. OLE color: 2502727.

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

Color convert

RGB714838-
CMYK00.320.460.72
HSL18.18º30.28%21.37%-
HSV(B)18.18º46.48%27.84%-
XYZ4.013.592.32-
YUV53.74119.12140.31-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 45.22%
GREEN value IS 48 (19.14% from 255) = 30.57%
BLUE value IS 38 (15.23% from 255) = 24.20%
R=45.22%
G=30.57%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.46
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71483800.320.460.7218.1830.2821.37
Hex4730260202E48121e15
Octal107604604056110223625
Binary100011111000010011001000001011101001000100101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473026; }

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

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

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

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

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

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

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

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