Html Css Color HEX #492820 Morocco Brown

📋 copy color: '#492820'

red 73 ◦ green 40 ◦ blue 32

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

Shades of Morocco Brown #492820

Tints of Morocco Brown #492820

RGB

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

 GREEN value IS 40 (16.02% from 255) = 27.59%

 BLUE value IS 32 (12.89% from 255) = 22.07%

R = 50.34%
G = 27.59%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.56

 K value IS 0.71

RGB Variations

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

Color information

#492820 (or 0x492820) is known color: Morocco Brown. HEX triplet: 49, 28 and 20. RGB value is (73,40,32). Sum of RGB (Red+Green+Blue) = 73+40+32=145 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50.34% from 145); Green value is 40 (16.02% from 255 or 27.59% from 145); Blue value is 32 (12.89% from 255 or 22.07% from 145); Max value from RGB is 73 - color contains mainly: red. Hex color #492820 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492820 is #B6D7DF. Grayscale: #313131. Windows color (decimal): -11982816 or 2107465. OLE color: 2107465.

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

Color convert

RGB 73 40 32 -
CMYK 0 0.45 0.56 0.71
HSL 11.71º 0.39% 0.21% -
HSV(B) 11.71º 0.56% 0.29% -
XYZ 3.77 3.04 1.75 -
YUV 48.96 118.43 145.15 -
System Red Green Blue C M Y K H S L
Decimal 73 40 32 0 0.45 0.56 0.71 11.71 0.39 0.21
Hex 49 28 20 0 2D 38 47 C 27 15
Octal 111 50 40 0 55 70 107 14 47 25
Binary 1001001 101000 100000 0 101101 111000 1000111 1100 100111 10101

Color Harmonies of #492820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492820

Black with #492820

Text Example


Text Example

White with #492820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492820; }

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

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

background-color css

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

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

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

border-color css

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

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

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