#493026

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

Shades of Morocco Brown #493026

Tints of Morocco Brown #493026

Color information

#493026 (or 0x493026) is unknown color: approx Morocco Brown. HEX triplet: 49, 30 and 26. RGB value is (73,48,38). Sum of RGB (Red+Green+Blue) = 73+48+38=159 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.91% from 159); Green value is 48 (19.14% from 255 or 30.19% from 159); Blue value is 38 (15.23% from 255 or 23.90% from 159); Max value from RGB is 73 - color contains mainly: red. Hex color #493026 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493026 is #B6CFD9. Grayscale: #363636. Windows color (decimal): -11980762 or 2502729. OLE color: 2502729.

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

Color convert

RGB734838-
CMYK00.340.480.71
HSL17.14º31.53%21.76%-
HSV(B)17.14º47.95%28.63%-
XYZ4.153.672.32-
YUV54.34118.78141.31-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 45.91%
GREEN value IS 48 (19.14% from 255) = 30.19%
BLUE value IS 38 (15.23% from 255) = 23.90%
R=45.91%
G=30.19%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.48
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73483800.340.480.7117.1431.5321.76
Hex4930260223047112016
Octal111604604260107214026
Binary1001001110000100110010001011000010001111000110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493026; }

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

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

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

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

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

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

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

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