#492614

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

Shades of Morocco Brown #492614

Tints of Morocco Brown #492614

Color information

#492614 (or 0x492614) is unknown color: approx Morocco Brown. HEX triplet: 49, 26 and 14. RGB value is (73,38,20). Sum of RGB (Red+Green+Blue) = 73+38+20=131 (17% of max value = 765). Red value is 73 (28.91% from 255 or 55.73% from 131); Green value is 38 (15.23% from 255 or 29.01% from 131); Blue value is 20 (8.20% from 255 or 15.27% from 131); Max value from RGB is 73 - color contains mainly: red. Hex color #492614 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492614 is #B6D9EB. Grayscale: #2E2E2E. Windows color (decimal): -11983340 or 1320521. OLE color: 1320521.

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

Color convert

RGB733820-
CMYK00.480.730.71
HSL20.38º56.99%18.24%-
HSV(B)20.38º72.6%28.63%-
XYZ3.572.851.02-
YUV46.41113.1146.96-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 55.73%
GREEN value IS 38 (15.23% from 255) = 29.01%
BLUE value IS 20 (8.20% from 255) = 15.27%
R=55.73%
G=29.01%
B=15.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.73
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73382000.480.730.7120.3856.9918.24
Hex4926140304947143912
Octal1114624060111107247122
Binary1001001100110101000110000100100110001111010011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492614; }

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

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

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

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

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

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

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

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