Html Css Color HEX #492A20 Morocco Brown

📋 copy color: '#492A20'

red 73 ◦ green 42 ◦ blue 32

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

Shades of Morocco Brown #492A20

Tints of Morocco Brown #492A20

RGB

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

 GREEN value IS 42 (16.8% from 255) = 28.57%

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

R = 49.66%
G = 28.57%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.56

 K value IS 0.71

RGB Variations

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

Color information

#492A20 (or 0x492A20) is known color: Morocco Brown. HEX triplet: 49, 2A and 20. RGB value is (73,42,32). Sum of RGB (Red+Green+Blue) = 73+42+32=147 (19% of max value = 765). Red value is 73 (28.91% from 255 or 49.66% from 147); Green value is 42 (16.80% from 255 or 28.57% from 147); Blue value is 32 (12.89% from 255 or 21.77% from 147); Max value from RGB is 73 - color contains mainly: red. Hex color #492A20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492A20 is #B6D5DF. Grayscale: #323232. Windows color (decimal): -11982304 or 2107977. OLE color: 2107977.

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

Color convert

RGB 73 42 32 -
CMYK 0 0.42 0.56 0.71
HSL 14.63º 0.39% 0.21% -
HSV(B) 14.63º 0.56% 0.29% -
XYZ 3.84 3.18 1.78 -
YUV 50.13 117.77 144.31 -
System Red Green Blue C M Y K H S L
Decimal 73 42 32 0 0.42 0.56 0.71 14.63 0.39 0.21
Hex 49 2A 20 0 2A 38 47 F 27 15
Octal 111 52 40 0 52 70 107 17 47 25
Binary 1001001 101010 100000 0 101010 111000 1000111 1111 100111 10101

Color Harmonies of #492A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492A20

Black with #492A20

Text Example


Text Example

White with #492A20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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