#493126

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

Shades of Morocco Brown #493126

Tints of Morocco Brown #493126

Color information

#493126 (or 0x493126) is unknown color: approx Morocco Brown. HEX triplet: 49, 31 and 26. RGB value is (73,49,38). Sum of RGB (Red+Green+Blue) = 73+49+38=160 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.62% from 160); Green value is 49 (19.53% from 255 or 30.62% from 160); Blue value is 38 (15.23% from 255 or 23.75% from 160); Max value from RGB is 73 - color contains mainly: red. Hex color #493126 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493126 is #B6CED9. Grayscale: #363636. Windows color (decimal): -11980506 or 2502985. OLE color: 2502985.

HSL color Cylindrical-coordinate representation of color #493126: hue angle of 18.86º 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 #493126 is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.71.

Color convert

RGB734938-
CMYK00.330.480.71
HSL18.86º31.53%21.76%-
HSV(B)18.86º47.95%28.63%-
XYZ4.23.752.34-
YUV54.92118.45140.89-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 45.62%
GREEN value IS 49 (19.53% from 255) = 30.62%
BLUE value IS 38 (15.23% from 255) = 23.75%
R=45.62%
G=30.62%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.48
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73493800.330.480.7118.8631.5321.76
Hex4931260213047132016
Octal111614604160107234026
Binary1001001110001100110010000111000010001111001110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493126; }

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

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

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

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

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

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

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

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