Html Css Color HEX #492C1F Morocco Brown

📋 copy color: '#492C1F'

red 73 ◦ green 44 ◦ blue 31

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

Shades of Morocco Brown #492C1F

Tints of Morocco Brown #492C1F

RGB

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

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

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

R = 49.32%
G = 29.73%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.58

 K value IS 0.71

RGB Variations

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

Color information

#492C1F (or 0x492C1F) is known color: Morocco Brown. HEX triplet: 49, 2C and 1F. RGB value is (73,44,31). Sum of RGB (Red+Green+Blue) = 73+44+31=148 (19% of max value = 765). Red value is 73 (28.91% from 255 or 49.32% from 148); Green value is 44 (17.58% from 255 or 29.73% from 148); Blue value is 31 (12.5% from 255 or 20.95% from 148); Max value from RGB is 73 - color contains mainly: red. Hex color #492C1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492C1F is #B6D3E0. Grayscale: #333333. Windows color (decimal): -11981793 or 2042953. OLE color: 2042953.

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

Color convert

RGB 73 44 31 -
CMYK 0 0.40 0.58 0.71
HSL 18.57º 0.4% 0.2% -
HSV(B) 18.57º 0.58% 0.29% -
XYZ 3.9 3.32 1.73 -
YUV 51.19 116.61 143.56 -
System Red Green Blue C M Y K H S L
Decimal 73 44 31 0 0.40 0.58 0.71 18.57 0.4 0.2
Hex 49 2C 1F 0 28 3A 47 13 28 14
Octal 111 54 37 0 50 72 107 23 50 24
Binary 1001001 101100 11111 0 101000 111010 1000111 10011 101000 10100

Color Harmonies of #492C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492C1F

Black with #492C1F

Text Example


Text Example

White with #492C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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