Html Css Color HEX #492B1D Morocco Brown

📋 copy color: '#492B1D'

red 73 ◦ green 43 ◦ blue 29

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

Shades of Morocco Brown #492B1D

Tints of Morocco Brown #492B1D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 29.66%

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

R = 50.34%
G = 29.66%
B = 20%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.60

 K value IS 0.71

RGB Variations

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

Color information

#492B1D (or 0x492B1D) is known color: Morocco Brown. HEX triplet: 49, 2B and 1D. RGB value is (73,43,29). Sum of RGB (Red+Green+Blue) = 73+43+29=145 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50.34% from 145); Green value is 43 (17.19% from 255 or 29.66% from 145); Blue value is 29 (11.72% from 255 or 20% from 145); Max value from RGB is 73 - color contains mainly: red. Hex color #492B1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492B1D is #B6D4E2. Grayscale: #323232. Windows color (decimal): -11982051 or 1911625. OLE color: 1911625.

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

Color convert

RGB 73 43 29 -
CMYK 0 0.41 0.60 0.71
HSL 19.09º 0.43% 0.2% -
HSV(B) 19.09º 0.6% 0.29% -
XYZ 3.83 3.23 1.58 -
YUV 50.37 115.94 144.14 -
System Red Green Blue C M Y K H S L
Decimal 73 43 29 0 0.41 0.60 0.71 19.09 0.43 0.2
Hex 49 2B 1D 0 29 3C 47 13 2B 14
Octal 111 53 35 0 51 74 107 23 53 24
Binary 1001001 101011 11101 0 101001 111100 1000111 10011 101011 10100

Color Harmonies of #492B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492B1D

Black with #492B1D

Text Example


Text Example

White with #492B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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