Html Css Color HEX #492A1D Morocco Brown

📋 copy color: '#492A1D'

red 73 ◦ green 42 ◦ blue 29

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

Shades of Morocco Brown #492A1D

Tints of Morocco Brown #492A1D

RGB

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

 GREEN value IS 42 (16.8% from 255) = 29.17%

 BLUE value IS 29 (11.72% from 255) = 20.14%

R = 50.69%
G = 29.17%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.60

 K value IS 0.71

RGB Variations

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

Color information

#492A1D (or 0x492A1D) is known color: Morocco Brown. HEX triplet: 49, 2A and 1D. RGB value is (73,42,29). Sum of RGB (Red+Green+Blue) = 73+42+29=144 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50.69% from 144); Green value is 42 (16.80% from 255 or 29.17% from 144); Blue value is 29 (11.72% from 255 or 20.14% from 144); Max value from RGB is 73 - color contains mainly: red. Hex color #492A1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492A1D is #B6D5E2. Grayscale: #313131. Windows color (decimal): -11982307 or 1911369. OLE color: 1911369.

HSL color Cylindrical-coordinate representation of color #492A1D: hue angle of 17.73º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #492A1D is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 42 29 -
CMYK 0 0.42 0.60 0.71
HSL 17.73º 0.43% 0.2% -
HSV(B) 17.73º 0.6% 0.29% -
XYZ 3.8 3.16 1.57 -
YUV 49.79 116.27 144.56 -
System Red Green Blue C M Y K H S L
Decimal 73 42 29 0 0.42 0.60 0.71 17.73 0.43 0.2
Hex 49 2A 1D 0 2A 3C 47 12 2B 14
Octal 111 52 35 0 52 74 107 22 53 24
Binary 1001001 101010 11101 0 101010 111100 1000111 10010 101011 10100

Color Harmonies of #492A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492A1D

Black with #492A1D

Text Example


Text Example

White with #492A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,42,29); }

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

background-color css

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

 a { background-color: rgb(73,42,29); }

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

border-color css

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

 span { border-color: rgb(73,42,29); }

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