Html Css Color HEX #493228 Morocco Brown

📋 copy color: '#493228'

red 73 ◦ green 50 ◦ blue 40

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

Shades of Morocco Brown #493228

Tints of Morocco Brown #493228

RGB

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

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

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

R = 44.79%
G = 30.67%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.45

 K value IS 0.71

RGB Variations

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

Color information

#493228 (or 0x493228) is known color: Morocco Brown. HEX triplet: 49, 32 and 28. RGB value is (73,50,40). Sum of RGB (Red+Green+Blue) = 73+50+40=163 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.79% from 163); Green value is 50 (19.92% from 255 or 30.67% from 163); Blue value is 40 (16.02% from 255 or 24.54% from 163); Max value from RGB is 73 - color contains mainly: red. Hex color #493228 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493228 is #B6CDD7. Grayscale: #373737. Windows color (decimal): -11980248 or 2634313. OLE color: 2634313.

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

Color convert

RGB 73 50 40 -
CMYK 0 0.32 0.45 0.71
HSL 18.18º 0.29% 0.22% -
HSV(B) 18.18º 0.45% 0.29% -
XYZ 4.27 3.85 2.53 -
YUV 55.74 119.12 140.31 -
System Red Green Blue C M Y K H S L
Decimal 73 50 40 0 0.32 0.45 0.71 18.18 0.29 0.22
Hex 49 32 28 0 20 2D 47 12 1D 16
Octal 111 62 50 0 40 55 107 22 35 26
Binary 1001001 110010 101000 0 100000 101101 1000111 10010 11101 10110

Color Harmonies of #493228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493228

Black with #493228

Text Example


Text Example

White with #493228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493228; }

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

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

background-color css

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

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

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

border-color css

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

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

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