#493021

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

Shades of Morocco Brown #493021

Tints of Morocco Brown #493021

Color information

#493021 (or 0x493021) is unknown color: approx Morocco Brown. HEX triplet: 49, 30 and 21. RGB value is (73,48,33). Sum of RGB (Red+Green+Blue) = 73+48+33=154 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.40% from 154); Green value is 48 (19.14% from 255 or 31.17% from 154); Blue value is 33 (13.28% from 255 or 21.43% from 154); Max value from RGB is 73 - color contains mainly: red. Hex color #493021 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493021 is #B6CFDE. Grayscale: #353535. Windows color (decimal): -11980767 or 2175049. OLE color: 2175049.

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

Color convert

RGB734833-
CMYK00.340.550.71
HSL22.5º37.74%20.78%-
HSV(B)22.5º54.79%28.63%-
XYZ4.083.641.93-
YUV53.76116.28141.72-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 47.40%
GREEN value IS 48 (19.14% from 255) = 31.17%
BLUE value IS 33 (13.28% from 255) = 21.43%
R=47.40%
G=31.17%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.55
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73483300.340.550.7122.537.7420.78
Hex4930210223747162615
Octal111604104267107264625
Binary1001001110000100001010001011011110001111011010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493021; }

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

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

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

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

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

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

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

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