#492815

Color #492815 Morocco Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Morocco Brown #492815

Tints of Morocco Brown #492815

Color information

#492815 (or 0x492815) is unknown color: approx 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

RGB734021-
CMYK00.450.710.71
HSL21.92º55.32%18.43%-
HSV(B)21.92º71.23%28.63%-
XYZ3.642.991.09-
YUV47.7112.93146.04-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.71
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73402100.450.710.7121.9255.3218.43
Hex49281502D4747163712
Octal1115025055107107266722
Binary1001001101000101010101101100011110001111011011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>