Html Css Color HEX #493128 Morocco Brown

📋 copy color: '#493128'

red 73 ◦ green 49 ◦ blue 40

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

Shades of Morocco Brown #493128

Tints of Morocco Brown #493128

RGB

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

 GREEN value IS 49 (19.53% from 255) = 30.25%

 BLUE value IS 40 (16.02% from 255) = 24.69%

R = 45.06%
G = 30.25%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.45

 K value IS 0.71

RGB Variations

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

Color information

#493128 (or 0x493128) is known color: Morocco Brown. HEX triplet: 49, 31 and 28. RGB value is (73,49,40). Sum of RGB (Red+Green+Blue) = 73+49+40=162 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.06% from 162); Green value is 49 (19.53% from 255 or 30.25% from 162); Blue value is 40 (16.02% from 255 or 24.69% from 162); Max value from RGB is 73 - color contains mainly: red. Hex color #493128 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493128 is #B6CED7. Grayscale: #373737. Windows color (decimal): -11980504 or 2634057. OLE color: 2634057.

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

Color convert

RGB 73 49 40 -
CMYK 0 0.33 0.45 0.71
HSL 16.36º 0.29% 0.22% -
HSV(B) 16.36º 0.45% 0.29% -
XYZ 4.23 3.77 2.51 -
YUV 55.15 119.45 140.73 -
System Red Green Blue C M Y K H S L
Decimal 73 49 40 0 0.33 0.45 0.71 16.36 0.29 0.22
Hex 49 31 28 0 21 2D 47 10 1D 16
Octal 111 61 50 0 41 55 107 20 35 26
Binary 1001001 110001 101000 0 100001 101101 1000111 10000 11101 10110

Color Harmonies of #493128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493128

Black with #493128

Text Example


Text Example

White with #493128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493128; }

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

 H1.HeaderClassName
 {
   color: #493128;
 }
 .AnyTagClassName
 {
   color: #493128;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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