#492718

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

Shades of Morocco Brown #492718

Tints of Morocco Brown #492718

Color information

#492718 (or 0x492718) is unknown color: approx Morocco Brown. HEX triplet: 49, 27 and 18. RGB value is (73,39,24). Sum of RGB (Red+Green+Blue) = 73+39+24=136 (18% of max value = 765). Red value is 73 (28.91% from 255 or 53.68% from 136); Green value is 39 (15.62% from 255 or 28.68% from 136); Blue value is 24 (9.77% from 255 or 17.65% from 136); Max value from RGB is 73 - color contains mainly: red. Hex color #492718 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492718 is #B6D8E7. Grayscale: #2F2F2F. Windows color (decimal): -11983080 or 1582921. OLE color: 1582921.

HSL color Cylindrical-coordinate representation of color #492718: hue angle of 18.37º 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 #492718 is Cyan = 0, Magento = 0.47, Yellow = 0.67 and Black (K on CMYK) = 0.71.

Color convert

RGB733924-
CMYK00.470.670.71
HSL18.37º50.52%19.02%-
HSV(B)18.37º67.12%28.63%-
XYZ3.642.931.24-
YUV47.46114.76146.22-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 53.68%
GREEN value IS 39 (15.62% from 255) = 28.68%
BLUE value IS 24 (9.77% from 255) = 17.65%
R=53.68%
G=28.68%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.67
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73392400.470.670.7118.3750.5219.02
Hex49271802F4347123313
Octal1114730057103107226323
Binary1001001100111110000101111100001110001111001011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492718; }

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

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

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

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

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

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

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

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