#492A19

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

Shades of Morocco Brown #492A19

Tints of Morocco Brown #492A19

Color information

#492A19 (or 0x492A19) is unknown color: approx Morocco Brown. HEX triplet: 49, 2A and 19. RGB value is (73,42,25). Sum of RGB (Red+Green+Blue) = 73+42+25=140 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.14% from 140); Green value is 42 (16.80% from 255 or 30% from 140); Blue value is 25 (10.16% from 255 or 17.86% from 140); Max value from RGB is 73 - color contains mainly: red. Hex color #492A19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492A19 is #B6D5E6. Grayscale: #313131. Windows color (decimal): -11982311 or 1649225. OLE color: 1649225.

HSL color Cylindrical-coordinate representation of color #492A19: hue angle of 21.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 #492A19 is Cyan = 0, Magento = 0.42, Yellow = 0.66 and Black (K on CMYK) = 0.71.

Color convert

RGB734225-
CMYK00.420.660.71
HSL21.25º48.98%19.22%-
HSV(B)21.25º65.75%28.63%-
XYZ3.753.141.33-
YUV49.33114.27144.88-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 52.14%
GREEN value IS 42 (16.80% from 255) = 30%
BLUE value IS 25 (10.16% from 255) = 17.86%
R=52.14%
G=30%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.66
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73422500.420.660.7121.2548.9819.22
Hex492A1902A4247153113
Octal1115231052102107256123
Binary1001001101010110010101010100001010001111010111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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