Html Css Color HEX #492E23 Morocco Brown

📋 copy color: '#492E23'

red 73 ◦ green 46 ◦ blue 35

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

Shades of Morocco Brown #492E23

Tints of Morocco Brown #492E23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 22.73%

R = 47.4%
G = 29.87%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.52

 K value IS 0.71

RGB Variations

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

Color information

#492E23 (or 0x492E23) is known color: Morocco Brown. HEX triplet: 49, 2E and 23. RGB value is (73,46,35). Sum of RGB (Red+Green+Blue) = 73+46+35=154 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.40% from 154); Green value is 46 (18.36% from 255 or 29.87% from 154); Blue value is 35 (14.06% from 255 or 22.73% from 154); Max value from RGB is 73 - color contains mainly: red. Hex color #492E23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492E23 is #B6D1DC. Grayscale: #343434. Windows color (decimal): -11981277 or 2305609. OLE color: 2305609.

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

Color convert

RGB 73 46 35 -
CMYK 0 0.37 0.52 0.71
HSL 17.37º 0.35% 0.21% -
HSV(B) 17.37º 0.52% 0.29% -
XYZ 4.03 3.49 2.05 -
YUV 52.82 117.95 142.39 -
System Red Green Blue C M Y K H S L
Decimal 73 46 35 0 0.37 0.52 0.71 17.37 0.35 0.21
Hex 49 2E 23 0 25 34 47 11 23 15
Octal 111 56 43 0 45 64 107 21 43 25
Binary 1001001 101110 100011 0 100101 110100 1000111 10001 100011 10101

Color Harmonies of #492E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492E23

Black with #492E23

Text Example


Text Example

White with #492E23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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