#493027

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

Shades of Morocco Brown #493027

Tints of Morocco Brown #493027

Color information

#493027 (or 0x493027) is unknown color: approx Morocco Brown. HEX triplet: 49, 30 and 27. RGB value is (73,48,39). Sum of RGB (Red+Green+Blue) = 73+48+39=160 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.62% from 160); Green value is 48 (19.14% from 255 or 30% from 160); Blue value is 39 (15.62% from 255 or 24.38% from 160); Max value from RGB is 73 - color contains mainly: red. Hex color #493027 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493027 is #B6CFD8. Grayscale: #363636. Windows color (decimal): -11980761 or 2568265. OLE color: 2568265.

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

Color convert

RGB734839-
CMYK00.340.470.71
HSL15.88º30.36%21.96%-
HSV(B)15.88º46.58%28.63%-
XYZ4.173.682.41-
YUV54.45119.28141.23-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 45.62%
GREEN value IS 48 (19.14% from 255) = 30%
BLUE value IS 39 (15.62% from 255) = 24.38%
R=45.62%
G=30%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.47
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73483900.340.470.7115.8830.3621.96
Hex4930270222F47101e16
Octal111604704257107203626
Binary100100111000010011101000101011111000111100001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493027; }

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

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

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

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

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

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

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

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