#492619

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

Shades of Morocco Brown #492619

Tints of Morocco Brown #492619

Color information

#492619 (or 0x492619) is unknown color: approx Morocco Brown. HEX triplet: 49, 26 and 19. RGB value is (73,38,25). Sum of RGB (Red+Green+Blue) = 73+38+25=136 (18% of max value = 765). Red value is 73 (28.91% from 255 or 53.68% from 136); Green value is 38 (15.23% from 255 or 27.94% from 136); Blue value is 25 (10.16% from 255 or 18.38% from 136); Max value from RGB is 73 - color contains mainly: red. Hex color #492619 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492619 is #B6D9E6. Grayscale: #2F2F2F. Windows color (decimal): -11983335 or 1648201. OLE color: 1648201.

HSL color Cylindrical-coordinate representation of color #492619: hue angle of 16.25º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #492619 is Cyan = 0, Magento = 0.48, Yellow = 0.66 and Black (K on CMYK) = 0.71.

Color convert

RGB733825-
CMYK00.480.660.71
HSL16.25º48.98%19.22%-
HSV(B)16.25º65.75%28.63%-
XYZ3.622.871.28-
YUV46.98115.6146.56-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 53.68%
GREEN value IS 38 (15.23% from 255) = 27.94%
BLUE value IS 25 (10.16% from 255) = 18.38%
R=53.68%
G=27.94%
B=18.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.66
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73382500.480.660.7116.2548.9819.22
Hex4926190304247103113
Octal1114631060102107206123
Binary1001001100110110010110000100001010001111000011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492619; }

 p { color: rgb(73,38,25); }

 H1.HeaderClassName
 {
   color: #492619;
 }
 .AnyTagClassName
 {
   color: #492619;
 }
</style>
background-color css

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

 a { background-color: rgb(73,38,25); }

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

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

 span { border-color: rgb(73,38,25); }

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