Html Css Color HEX #492C20 Morocco Brown

📋 copy color: '#492C20'

red 73 ◦ green 44 ◦ blue 32

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

Shades of Morocco Brown #492C20

Tints of Morocco Brown #492C20

RGB

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

 GREEN value IS 44 (17.58% from 255) = 29.53%

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

R = 48.99%
G = 29.53%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.56

 K value IS 0.71

RGB Variations

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

Color information

#492C20 (or 0x492C20) is known color: Morocco Brown. HEX triplet: 49, 2C and 20. RGB value is (73,44,32). Sum of RGB (Red+Green+Blue) = 73+44+32=149 (19% of max value = 765). Red value is 73 (28.91% from 255 or 48.99% from 149); Green value is 44 (17.58% from 255 or 29.53% from 149); Blue value is 32 (12.89% from 255 or 21.48% from 149); Max value from RGB is 73 - color contains mainly: red. Hex color #492C20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492C20 is #B6D3DF. Grayscale: #333333. Windows color (decimal): -11981792 or 2108489. OLE color: 2108489.

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

Color convert

RGB 73 44 32 -
CMYK 0 0.40 0.56 0.71
HSL 17.56º 0.39% 0.21% -
HSV(B) 17.56º 0.56% 0.29% -
XYZ 3.91 3.32 1.8 -
YUV 51.3 117.11 143.48 -
System Red Green Blue C M Y K H S L
Decimal 73 44 32 0 0.40 0.56 0.71 17.56 0.39 0.21
Hex 49 2C 20 0 28 38 47 12 27 15
Octal 111 54 40 0 50 70 107 22 47 25
Binary 1001001 101100 100000 0 101000 111000 1000111 10010 100111 10101

Color Harmonies of #492C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492C20

Black with #492C20

Text Example


Text Example

White with #492C20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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