Html Css Color HEX #492920 Morocco Brown

📋 copy color: '#492920'

red 73 ◦ green 41 ◦ blue 32

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

Shades of Morocco Brown #492920

Tints of Morocco Brown #492920

RGB

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

 GREEN value IS 41 (16.41% from 255) = 28.08%

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

R = 50%
G = 28.08%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.56

 K value IS 0.71

RGB Variations

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

Color information

#492920 (or 0x492920) is known color: Morocco Brown. HEX triplet: 49, 29 and 20. RGB value is (73,41,32). Sum of RGB (Red+Green+Blue) = 73+41+32=146 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50% from 146); Green value is 41 (16.41% from 255 or 28.08% from 146); Blue value is 32 (12.89% from 255 or 21.92% from 146); Max value from RGB is 73 - color contains mainly: red. Hex color #492920 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492920 is #B6D6DF. Grayscale: #313131. Windows color (decimal): -11982560 or 2107721. OLE color: 2107721.

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

Color convert

RGB 73 41 32 -
CMYK 0 0.44 0.56 0.71
HSL 13.17º 0.39% 0.21% -
HSV(B) 13.17º 0.56% 0.29% -
XYZ 3.8 3.11 1.77 -
YUV 49.54 118.1 144.73 -
System Red Green Blue C M Y K H S L
Decimal 73 41 32 0 0.44 0.56 0.71 13.17 0.39 0.21
Hex 49 29 20 0 2C 38 47 D 27 15
Octal 111 51 40 0 54 70 107 15 47 25
Binary 1001001 101001 100000 0 101100 111000 1000111 1101 100111 10101

Color Harmonies of #492920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492920

Black with #492920

Text Example


Text Example

White with #492920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492920; }

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

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

background-color css

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

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

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

border-color css

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

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

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