Html Css Color HEX #493126 Morocco Brown

📋 copy color: '#493126'

red 73 ◦ green 49 ◦ blue 38

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

Shades of Morocco Brown #493126

Tints of Morocco Brown #493126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 23.75%

R = 45.63%
G = 30.63%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.48

 K value IS 0.71

RGB Variations

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

Color information

#493126 (or 0x493126) is known color: Morocco Brown. HEX triplet: 49, 31 and 26. RGB value is (73,49,38). Sum of RGB (Red+Green+Blue) = 73+49+38=160 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.62% from 160); Green value is 49 (19.53% from 255 or 30.62% from 160); Blue value is 38 (15.23% from 255 or 23.75% from 160); Max value from RGB is 73 - color contains mainly: red. Hex color #493126 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493126 is #B6CED9. Grayscale: #363636. Windows color (decimal): -11980506 or 2502985. OLE color: 2502985.

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

Color convert

RGB 73 49 38 -
CMYK 0 0.33 0.48 0.71
HSL 18.86º 0.32% 0.22% -
HSV(B) 18.86º 0.48% 0.29% -
XYZ 4.2 3.75 2.34 -
YUV 54.92 118.45 140.89 -
System Red Green Blue C M Y K H S L
Decimal 73 49 38 0 0.33 0.48 0.71 18.86 0.32 0.22
Hex 49 31 26 0 21 30 47 13 20 16
Octal 111 61 46 0 41 60 107 23 40 26
Binary 1001001 110001 100110 0 100001 110000 1000111 10011 100000 10110

Color Harmonies of #493126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493126

Black with #493126

Text Example


Text Example

White with #493126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493126; }

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

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

background-color css

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

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

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

border-color css

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

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

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