Html Css Color HEX #492C23 Morocco Brown

📋 copy color: '#492C23'

red 73 ◦ green 44 ◦ blue 35

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

Shades of Morocco Brown #492C23

Tints of Morocco Brown #492C23

RGB

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

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

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

R = 48.03%
G = 28.95%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.52

 K value IS 0.71

RGB Variations

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

Color information

#492C23 (or 0x492C23) is known color: Morocco Brown. HEX triplet: 49, 2C and 23. RGB value is (73,44,35). Sum of RGB (Red+Green+Blue) = 73+44+35=152 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.03% from 152); Green value is 44 (17.58% from 255 or 28.95% from 152); Blue value is 35 (14.06% from 255 or 23.03% from 152); Max value from RGB is 73 - color contains mainly: red. Hex color #492C23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492C23 is #B6D3DC. Grayscale: #333333. Windows color (decimal): -11981789 or 2305097. OLE color: 2305097.

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

Color convert

RGB 73 44 35 -
CMYK 0 0.40 0.52 0.71
HSL 14.21º 0.35% 0.21% -
HSV(B) 14.21º 0.52% 0.29% -
XYZ 3.95 3.34 2.03 -
YUV 51.65 118.61 143.23 -
System Red Green Blue C M Y K H S L
Decimal 73 44 35 0 0.40 0.52 0.71 14.21 0.35 0.21
Hex 49 2C 23 0 28 34 47 E 23 15
Octal 111 54 43 0 50 64 107 16 43 25
Binary 1001001 101100 100011 0 101000 110100 1000111 1110 100011 10101

Color Harmonies of #492C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492C23

Black with #492C23

Text Example


Text Example

White with #492C23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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