Html Css Color HEX #493226 Morocco Brown

📋 copy color: '#493226'

red 73 ◦ green 50 ◦ blue 38

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

Shades of Morocco Brown #493226

Tints of Morocco Brown #493226

RGB

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

 GREEN value IS 50 (19.92% from 255) = 31.06%

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

R = 45.34%
G = 31.06%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.48

 K value IS 0.71

RGB Variations

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

Color information

#493226 (or 0x493226) is known color: Morocco Brown. HEX triplet: 49, 32 and 26. RGB value is (73,50,38). Sum of RGB (Red+Green+Blue) = 73+50+38=161 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.34% from 161); Green value is 50 (19.92% from 255 or 31.06% from 161); Blue value is 38 (15.23% from 255 or 23.60% from 161); Max value from RGB is 73 - color contains mainly: red. Hex color #493226 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493226 is #B6CDD9. Grayscale: #373737. Windows color (decimal): -11980250 or 2503241. OLE color: 2503241.

HSL color Cylindrical-coordinate representation of color #493226: hue angle of 20.57º 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 #493226 is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 50 38 -
CMYK 0 0.32 0.48 0.71
HSL 20.57º 0.32% 0.22% -
HSV(B) 20.57º 0.48% 0.29% -
XYZ 4.24 3.84 2.35 -
YUV 55.51 118.12 140.48 -
System Red Green Blue C M Y K H S L
Decimal 73 50 38 0 0.32 0.48 0.71 20.57 0.32 0.22
Hex 49 32 26 0 20 30 47 15 20 16
Octal 111 62 46 0 40 60 107 25 40 26
Binary 1001001 110010 100110 0 100000 110000 1000111 10101 100000 10110

Color Harmonies of #493226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493226

Black with #493226

Text Example


Text Example

White with #493226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493226; }

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

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

background-color css

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

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

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

border-color css

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

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

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