Html Css Color HEX #492815 Morocco Brown

📋 copy color: '#492815'

red 73 ◦ green 40 ◦ blue 21

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

Shades of Morocco Brown #492815

Tints of Morocco Brown #492815

RGB

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

 GREEN value IS 40 (16.02% from 255) = 29.85%

 BLUE value IS 21 (8.59% from 255) = 15.67%

R = 54.48%
G = 29.85%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.71

 K value IS 0.71

RGB Variations

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

Color information

#492815 (or 0x492815) is known color: Morocco Brown. HEX triplet: 49, 28 and 15. RGB value is (73,40,21). Sum of RGB (Red+Green+Blue) = 73+40+21=134 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.48% from 134); Green value is 40 (16.02% from 255 or 29.85% from 134); Blue value is 21 (8.59% from 255 or 15.67% from 134); Max value from RGB is 73 - color contains mainly: red. Hex color #492815 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492815 is #B6D7EA. Grayscale: #2F2F2F. Windows color (decimal): -11982827 or 1386569. OLE color: 1386569.

HSL color Cylindrical-coordinate representation of color #492815: hue angle of 21.92º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #492815 is Cyan = 0, Magento = 0.45, Yellow = 0.71 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 40 21 -
CMYK 0 0.45 0.71 0.71
HSL 21.92º 0.55% 0.18% -
HSV(B) 21.92º 0.71% 0.29% -
XYZ 3.64 2.99 1.09 -
YUV 47.7 112.93 146.04 -
System Red Green Blue C M Y K H S L
Decimal 73 40 21 0 0.45 0.71 0.71 21.92 0.55 0.18
Hex 49 28 15 0 2D 47 47 16 37 12
Octal 111 50 25 0 55 107 107 26 67 22
Binary 1001001 101000 10101 0 101101 1000111 1000111 10110 110111 10010

Color Harmonies of #492815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492815

Black with #492815

Text Example


Text Example

White with #492815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492815; }

 p { color: rgb(73,40,21); }

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

background-color css

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

 a { background-color: rgb(73,40,21); }

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

border-color css

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

 span { border-color: rgb(73,40,21); }

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