Html Css Color HEX #492C24 Morocco Brown

📋 copy color: '#492C24'

red 73 ◦ green 44 ◦ blue 36

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

Shades of Morocco Brown #492C24

Tints of Morocco Brown #492C24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 23.53%

R = 47.71%
G = 28.76%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.51

 K value IS 0.71

RGB Variations

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

Color information

#492C24 (or 0x492C24) is known color: Morocco Brown. HEX triplet: 49, 2C and 24. RGB value is (73,44,36). Sum of RGB (Red+Green+Blue) = 73+44+36=153 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.71% from 153); Green value is 44 (17.58% from 255 or 28.76% from 153); Blue value is 36 (14.45% from 255 or 23.53% from 153); Max value from RGB is 73 - color contains mainly: red. Hex color #492C24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492C24 is #B6D3DB. Grayscale: #333333. Windows color (decimal): -11981788 or 2370633. OLE color: 2370633.

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

Color convert

RGB 73 44 36 -
CMYK 0 0.40 0.51 0.71
HSL 12.97º 0.34% 0.21% -
HSV(B) 12.97º 0.51% 0.29% -
XYZ 3.97 3.35 2.11 -
YUV 51.76 119.11 143.15 -
System Red Green Blue C M Y K H S L
Decimal 73 44 36 0 0.40 0.51 0.71 12.97 0.34 0.21
Hex 49 2C 24 0 28 33 47 D 22 15
Octal 111 54 44 0 50 63 107 15 42 25
Binary 1001001 101100 100100 0 101000 110011 1000111 1101 100010 10101

Color Harmonies of #492C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492C24

Black with #492C24

Text Example


Text Example

White with #492C24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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