Html Css Color HEX #492E21 Morocco Brown

📋 copy color: '#492E21'

red 73 ◦ green 46 ◦ blue 33

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

Shades of Morocco Brown #492E21

Tints of Morocco Brown #492E21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 21.71%

R = 48.03%
G = 30.26%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.55

 K value IS 0.71

RGB Variations

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

Color information

#492E21 (or 0x492E21) is known color: Morocco Brown. HEX triplet: 49, 2E and 21. RGB value is (73,46,33). Sum of RGB (Red+Green+Blue) = 73+46+33=152 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.03% from 152); Green value is 46 (18.36% from 255 or 30.26% from 152); Blue value is 33 (13.28% from 255 or 21.71% from 152); Max value from RGB is 73 - color contains mainly: red. Hex color #492E21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492E21 is #B6D1DE. Grayscale: #343434. Windows color (decimal): -11981279 or 2174537. OLE color: 2174537.

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

Color convert

RGB 73 46 33 -
CMYK 0 0.37 0.55 0.71
HSL 19.5º 0.38% 0.21% -
HSV(B) 19.5º 0.55% 0.29% -
XYZ 4 3.48 1.9 -
YUV 52.59 116.95 142.56 -
System Red Green Blue C M Y K H S L
Decimal 73 46 33 0 0.37 0.55 0.71 19.5 0.38 0.21
Hex 49 2E 21 0 25 37 47 14 26 15
Octal 111 56 41 0 45 67 107 24 46 25
Binary 1001001 101110 100001 0 100101 110111 1000111 10100 100110 10101

Color Harmonies of #492E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492E21

Black with #492E21

Text Example


Text Example

White with #492E21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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