#492618

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

Shades of Morocco Brown #492618

Tints of Morocco Brown #492618

Color information

#492618 (or 0x492618) is unknown color: approx Morocco Brown. HEX triplet: 49, 26 and 18. RGB value is (73,38,24). Sum of RGB (Red+Green+Blue) = 73+38+24=135 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.07% from 135); Green value is 38 (15.23% from 255 or 28.15% from 135); Blue value is 24 (9.77% from 255 or 17.78% from 135); Max value from RGB is 73 - color contains mainly: red. Hex color #492618 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492618 is #B6D9E7. Grayscale: #2E2E2E. Windows color (decimal): -11983336 or 1582665. OLE color: 1582665.

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

Color convert

RGB733824-
CMYK00.480.670.71
HSL17.14º50.52%19.02%-
HSV(B)17.14º67.12%28.63%-
XYZ3.612.871.23-
YUV46.87115.1146.64-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 54.07%
GREEN value IS 38 (15.23% from 255) = 28.15%
BLUE value IS 24 (9.77% from 255) = 17.78%
R=54.07%
G=28.15%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.67
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73382400.480.670.7117.1450.5219.02
Hex4926180304347113313
Octal1114630060103107216323
Binary1001001100110110000110000100001110001111000111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492618; }

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

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

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

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

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

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

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

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