Html Css Color HEX #492922 Morocco Brown

📋 copy color: '#492922'

red 73 ◦ green 41 ◦ blue 34

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

Shades of Morocco Brown #492922

Tints of Morocco Brown #492922

RGB

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

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

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

R = 49.32%
G = 27.7%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.53

 K value IS 0.71

RGB Variations

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

Color information

#492922 (or 0x492922) is known color: Morocco Brown. HEX triplet: 49, 29 and 22. RGB value is (73,41,34). Sum of RGB (Red+Green+Blue) = 73+41+34=148 (19% of max value = 765). Red value is 73 (28.91% from 255 or 49.32% from 148); Green value is 41 (16.41% from 255 or 27.70% from 148); Blue value is 34 (13.67% from 255 or 22.97% from 148); Max value from RGB is 73 - color contains mainly: red. Hex color #492922 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492922 is #B6D6DD. Grayscale: #313131. Windows color (decimal): -11982558 or 2238793. OLE color: 2238793.

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

Color convert

RGB 73 41 34 -
CMYK 0 0.44 0.53 0.71
HSL 10.77º 0.36% 0.21% -
HSV(B) 10.77º 0.53% 0.29% -
XYZ 3.83 3.12 1.91 -
YUV 49.77 119.1 144.57 -
System Red Green Blue C M Y K H S L
Decimal 73 41 34 0 0.44 0.53 0.71 10.77 0.36 0.21
Hex 49 29 22 0 2C 35 47 B 24 15
Octal 111 51 42 0 54 65 107 13 44 25
Binary 1001001 101001 100010 0 101100 110101 1000111 1011 100100 10101

Color Harmonies of #492922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492922

Black with #492922

Text Example


Text Example

White with #492922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492922; }

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

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

background-color css

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

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

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

border-color css

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

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

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