Html Css Color HEX #492D23 Morocco Brown

📋 copy color: '#492D23'

red 73 ◦ green 45 ◦ blue 35

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

Shades of Morocco Brown #492D23

Tints of Morocco Brown #492D23

RGB

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

 GREEN value IS 45 (17.97% from 255) = 29.41%

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

R = 47.71%
G = 29.41%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.52

 K value IS 0.71

RGB Variations

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

Color information

#492D23 (or 0x492D23) is known color: Morocco Brown. HEX triplet: 49, 2D and 23. RGB value is (73,45,35). Sum of RGB (Red+Green+Blue) = 73+45+35=153 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.71% from 153); Green value is 45 (17.97% from 255 or 29.41% from 153); Blue value is 35 (14.06% from 255 or 22.88% from 153); Max value from RGB is 73 - color contains mainly: red. Hex color #492D23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492D23 is #B6D2DC. Grayscale: #343434. Windows color (decimal): -11981533 or 2305353. OLE color: 2305353.

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

Color convert

RGB 73 45 35 -
CMYK 0 0.38 0.52 0.71
HSL 15.79º 0.35% 0.21% -
HSV(B) 15.79º 0.52% 0.29% -
XYZ 3.99 3.41 2.04 -
YUV 52.23 118.28 142.81 -
System Red Green Blue C M Y K H S L
Decimal 73 45 35 0 0.38 0.52 0.71 15.79 0.35 0.21
Hex 49 2D 23 0 26 34 47 10 23 15
Octal 111 55 43 0 46 64 107 20 43 25
Binary 1001001 101101 100011 0 100110 110100 1000111 10000 100011 10101

Color Harmonies of #492D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492D23

Black with #492D23

Text Example


Text Example

White with #492D23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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