Html Css Color HEX #492E24 Morocco Brown

📋 copy color: '#492E24'

red 73 ◦ green 46 ◦ blue 36

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

Shades of Morocco Brown #492E24

Tints of Morocco Brown #492E24

RGB

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

 GREEN value IS 46 (18.36% from 255) = 29.68%

 BLUE value IS 36 (14.45% from 255) = 23.23%

R = 47.1%
G = 29.68%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.51

 K value IS 0.71

RGB Variations

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

Color information

#492E24 (or 0x492E24) is known color: Morocco Brown. HEX triplet: 49, 2E and 24. RGB value is (73,46,36). Sum of RGB (Red+Green+Blue) = 73+46+36=155 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.10% from 155); Green value is 46 (18.36% from 255 or 29.68% from 155); Blue value is 36 (14.45% from 255 or 23.23% from 155); Max value from RGB is 73 - color contains mainly: red. Hex color #492E24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492E24 is #B6D1DB. Grayscale: #343434. Windows color (decimal): -11981276 or 2371145. OLE color: 2371145.

HSL color Cylindrical-coordinate representation of color #492E24: hue angle of 16.22º degrees, saturation: 0.34, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #492E24 is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 46 36 -
CMYK 0 0.37 0.51 0.71
HSL 16.22º 0.34% 0.21% -
HSV(B) 16.22º 0.51% 0.29% -
XYZ 4.04 3.5 2.13 -
YUV 52.93 118.45 142.31 -
System Red Green Blue C M Y K H S L
Decimal 73 46 36 0 0.37 0.51 0.71 16.22 0.34 0.21
Hex 49 2E 24 0 25 33 47 10 22 15
Octal 111 56 44 0 45 63 107 20 42 25
Binary 1001001 101110 100100 0 100101 110011 1000111 10000 100010 10101

Color Harmonies of #492E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492E24

Black with #492E24

Text Example


Text Example

White with #492E24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492E24; }

 p { color: rgb(73,46,36); }

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

background-color css

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

 a { background-color: rgb(73,46,36); }

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

border-color css

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

 span { border-color: rgb(73,46,36); }

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