Html Css Color HEX #492D1F Morocco Brown

📋 copy color: '#492D1F'

red 73 ◦ green 45 ◦ blue 31

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

Shades of Morocco Brown #492D1F

Tints of Morocco Brown #492D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 20.81%

R = 48.99%
G = 30.2%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.58

 K value IS 0.71

RGB Variations

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

Color information

#492D1F (or 0x492D1F) is known color: Morocco Brown. HEX triplet: 49, 2D and 1F. RGB value is (73,45,31). Sum of RGB (Red+Green+Blue) = 73+45+31=149 (19% of max value = 765). Red value is 73 (28.91% from 255 or 48.99% from 149); Green value is 45 (17.97% from 255 or 30.20% from 149); Blue value is 31 (12.5% from 255 or 20.81% from 149); Max value from RGB is 73 - color contains mainly: red. Hex color #492D1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492D1F is #B6D2E0. Grayscale: #333333. Windows color (decimal): -11981537 or 2043209. OLE color: 2043209.

HSL color Cylindrical-coordinate representation of color #492D1F: hue angle of 20º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #492D1F is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 45 31 -
CMYK 0 0.38 0.58 0.71
HSL 20º 0.4% 0.2% -
HSV(B) 20º 0.58% 0.29% -
XYZ 3.93 3.39 1.74 -
YUV 51.78 116.28 143.14 -
System Red Green Blue C M Y K H S L
Decimal 73 45 31 0 0.38 0.58 0.71 20 0.4 0.2
Hex 49 2D 1F 0 26 3A 47 14 28 14
Octal 111 55 37 0 46 72 107 24 50 24
Binary 1001001 101101 11111 0 100110 111010 1000111 10100 101000 10100

Color Harmonies of #492D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492D1F

Black with #492D1F

Text Example


Text Example

White with #492D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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