Html Css Color HEX #493021 Morocco Brown

📋 copy color: '#493021'

red 73 ◦ green 48 ◦ blue 33

#493021
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Morocco Brown #493021

Tints of Morocco Brown #493021

RGB

 RED value IS 73 (28.91% from 255) = 47.4%

 GREEN value IS 48 (19.14% from 255) = 31.17%

 BLUE value IS 33 (13.28% from 255) = 21.43%

R = 47.4%
G = 31.17%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.55

 K value IS 0.71

RGB Variations

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

Color information

#493021 (or 0x493021) is known color: 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

RGB 73 48 33 -
CMYK 0 0.34 0.55 0.71
HSL 22.5º 0.38% 0.21% -
HSV(B) 22.5º 0.55% 0.29% -
XYZ 4.08 3.64 1.93 -
YUV 53.77 116.28 141.72 -
System Red Green Blue C M Y K H S L
Decimal 73 48 33 0 0.34 0.55 0.71 22.5 0.38 0.21
Hex 49 30 21 0 22 37 47 16 26 15
Octal 111 60 41 0 42 67 107 26 46 25
Binary 1001001 110000 100001 0 100010 110111 1000111 10110 100110 10101

Color Harmonies of #493021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493021

Black with #493021

Text Example


Text Example

White with #493021

Text Example


Text Example

HTML Codes & Css Web 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>