Html Css Color HEX #492E22 Morocco Brown

📋 copy color: '#492E22'

red 73 ◦ green 46 ◦ blue 34

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

Shades of Morocco Brown #492E22

Tints of Morocco Brown #492E22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 22.22%

R = 47.71%
G = 30.07%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.53

 K value IS 0.71

RGB Variations

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

Color information

#492E22 (or 0x492E22) is known color: Morocco Brown. HEX triplet: 49, 2E and 22. RGB value is (73,46,34). Sum of RGB (Red+Green+Blue) = 73+46+34=153 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.71% from 153); Green value is 46 (18.36% from 255 or 30.07% from 153); Blue value is 34 (13.67% from 255 or 22.22% from 153); Max value from RGB is 73 - color contains mainly: red. Hex color #492E22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492E22 is #B6D1DD. Grayscale: #343434. Windows color (decimal): -11981278 or 2240073. OLE color: 2240073.

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

Color convert

RGB 73 46 34 -
CMYK 0 0.37 0.53 0.71
HSL 18.46º 0.36% 0.21% -
HSV(B) 18.46º 0.53% 0.29% -
XYZ 4.01 3.49 1.97 -
YUV 52.71 117.45 142.48 -
System Red Green Blue C M Y K H S L
Decimal 73 46 34 0 0.37 0.53 0.71 18.46 0.36 0.21
Hex 49 2E 22 0 25 35 47 12 24 15
Octal 111 56 42 0 45 65 107 22 44 25
Binary 1001001 101110 100010 0 100101 110101 1000111 10010 100100 10101

Color Harmonies of #492E22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492E22

Black with #492E22

Text Example


Text Example

White with #492E22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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