#46291C

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

Shades of Morocco Brown #46291C

Tints of Morocco Brown #46291C

Color information

#46291C (or 0x46291C) is unknown color: approx Morocco Brown. HEX triplet: 46, 29 and 1C. RGB value is (70,41,28). Sum of RGB (Red+Green+Blue) = 70+41+28=139 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50.36% from 139); Green value is 41 (16.41% from 255 or 29.50% from 139); Blue value is 28 (11.33% from 255 or 20.14% from 139); Max value from RGB is 70 - color contains mainly: red. Hex color #46291C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46291C is #B9D6E3. Grayscale: #303030. Windows color (decimal): -12179172 or 1845574. OLE color: 1845574.

HSL color Cylindrical-coordinate representation of color #46291C: hue angle of 18.57º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #46291C is Cyan = 0, Magento = 0.41, Yellow = 0.60 and Black (K on CMYK) = 0.73.

Color convert

RGB704128-
CMYK00.410.600.73
HSL18.57º42.86%19.22%-
HSV(B)18.57º60%27.45%-
XYZ3.532.971.49-
YUV48.19116.61143.56-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 50.36%
GREEN value IS 41 (16.41% from 255) = 29.50%
BLUE value IS 28 (11.33% from 255) = 20.14%
R=50.36%
G=29.50%
B=20.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.60
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70412800.410.600.7318.5742.8619.22
Hex46291C0293C49132b13
Octal106513405174111235323
Binary100011010100111100010100111110010010011001110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46291C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46291C; }

 p { color: rgb(70,41,28); }

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

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

 a { background-color: rgb(70,41,28); }

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

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

 span { border-color: rgb(70,41,28); }

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