#492612

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

Shades of Morocco Brown #492612

Tints of Morocco Brown #492612

Color information

#492612 (or 0x492612) is unknown color: approx Morocco Brown. HEX triplet: 49, 26 and 12. RGB value is (73,38,18). Sum of RGB (Red+Green+Blue) = 73+38+18=129 (17% of max value = 765). Red value is 73 (28.91% from 255 or 56.59% from 129); Green value is 38 (15.23% from 255 or 29.46% from 129); Blue value is 18 (7.42% from 255 or 13.95% from 129); Max value from RGB is 73 - color contains mainly: red. Hex color #492612 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492612 is #B6D9ED. Grayscale: #2E2E2E. Windows color (decimal): -11983342 or 1189449. OLE color: 1189449.

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

Color convert

RGB733818-
CMYK00.480.750.71
HSL21.82º60.44%17.84%-
HSV(B)21.82º75.34%28.63%-
XYZ3.552.850.93-
YUV46.18112.1147.13-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 56.59%
GREEN value IS 38 (15.23% from 255) = 29.46%
BLUE value IS 18 (7.42% from 255) = 13.95%
R=56.59%
G=29.46%
B=13.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.75
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73381800.480.750.7121.8260.4417.84
Hex4926120304B47163c12
Octal1114622060113107267422
Binary1001001100110100100110000100101110001111011011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492612; }

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

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

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

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

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

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

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

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