Html Css Color HEX #492D24 Morocco Brown

📋 copy color: '#492D24'

red 73 ◦ green 45 ◦ blue 36

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

Shades of Morocco Brown #492D24

Tints of Morocco Brown #492D24

RGB

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

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

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

R = 47.4%
G = 29.22%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.51

 K value IS 0.71

RGB Variations

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

Color information

#492D24 (or 0x492D24) is known color: Morocco Brown. HEX triplet: 49, 2D and 24. RGB value is (73,45,36). Sum of RGB (Red+Green+Blue) = 73+45+36=154 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.40% from 154); Green value is 45 (17.97% from 255 or 29.22% from 154); Blue value is 36 (14.45% from 255 or 23.38% from 154); Max value from RGB is 73 - color contains mainly: red. Hex color #492D24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492D24 is #B6D2DB. Grayscale: #343434. Windows color (decimal): -11981532 or 2370889. OLE color: 2370889.

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

Color convert

RGB 73 45 36 -
CMYK 0 0.38 0.51 0.71
HSL 14.59º 0.34% 0.21% -
HSV(B) 14.59º 0.51% 0.29% -
XYZ 4 3.42 2.12 -
YUV 52.35 118.78 142.73 -
System Red Green Blue C M Y K H S L
Decimal 73 45 36 0 0.38 0.51 0.71 14.59 0.34 0.21
Hex 49 2D 24 0 26 33 47 F 22 15
Octal 111 55 44 0 46 63 107 17 42 25
Binary 1001001 101101 100100 0 100110 110011 1000111 1111 100010 10101

Color Harmonies of #492D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492D24

Black with #492D24

Text Example


Text Example

White with #492D24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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