#493024

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

Shades of Morocco Brown #493024

Tints of Morocco Brown #493024

Color information

#493024 (or 0x493024) is unknown color: approx Morocco Brown. HEX triplet: 49, 30 and 24. RGB value is (73,48,36). Sum of RGB (Red+Green+Blue) = 73+48+36=157 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.50% from 157); Green value is 48 (19.14% from 255 or 30.57% from 157); Blue value is 36 (14.45% from 255 or 22.93% from 157); Max value from RGB is 73 - color contains mainly: red. Hex color #493024 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493024 is #B6CFDB. Grayscale: #363636. Windows color (decimal): -11980764 or 2371657. OLE color: 2371657.

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

Color convert

RGB734836-
CMYK00.340.510.71
HSL19.46º33.94%21.37%-
HSV(B)19.46º50.68%28.63%-
XYZ4.123.662.16-
YUV54.11117.78141.48-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 46.50%
GREEN value IS 48 (19.14% from 255) = 30.57%
BLUE value IS 36 (14.45% from 255) = 22.93%
R=46.50%
G=30.57%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.51
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73483600.340.510.7119.4633.9421.37
Hex4930240223347132215
Octal111604404263107234225
Binary1001001110000100100010001011001110001111001110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493024; }

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

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

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

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

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

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

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

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