Html Css Color HEX #493225 Morocco Brown

📋 copy color: '#493225'

red 73 ◦ green 50 ◦ blue 37

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

Shades of Morocco Brown #493225

Tints of Morocco Brown #493225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 23.13%

R = 45.63%
G = 31.25%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.49

 K value IS 0.71

RGB Variations

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

Color information

#493225 (or 0x493225) is known color: Morocco Brown. HEX triplet: 49, 32 and 25. RGB value is (73,50,37). Sum of RGB (Red+Green+Blue) = 73+50+37=160 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.62% from 160); Green value is 50 (19.92% from 255 or 31.25% from 160); Blue value is 37 (14.84% from 255 or 23.12% from 160); Max value from RGB is 73 - color contains mainly: red. Hex color #493225 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493225 is #B6CDDA. Grayscale: #373737. Windows color (decimal): -11980251 or 2437705. OLE color: 2437705.

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

Color convert

RGB 73 50 37 -
CMYK 0 0.32 0.49 0.71
HSL 21.67º 0.33% 0.22% -
HSV(B) 21.67º 0.49% 0.29% -
XYZ 4.22 3.83 2.27 -
YUV 55.4 117.62 140.56 -
System Red Green Blue C M Y K H S L
Decimal 73 50 37 0 0.32 0.49 0.71 21.67 0.33 0.22
Hex 49 32 25 0 20 31 47 16 21 16
Octal 111 62 45 0 40 61 107 26 41 26
Binary 1001001 110010 100101 0 100000 110001 1000111 10110 100001 10110

Color Harmonies of #493225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493225

Black with #493225

Text Example


Text Example

White with #493225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493225; }

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

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

background-color css

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

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

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

border-color css

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

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

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