#463128

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

Shades of Morocco Brown #463128

Tints of Morocco Brown #463128

Color information

#463128 (or 0x463128) is unknown color: approx Morocco Brown. HEX triplet: 46, 31 and 28. RGB value is (70,49,40). Sum of RGB (Red+Green+Blue) = 70+49+40=159 (21% of max value = 765). Red value is 70 (27.73% from 255 or 44.03% from 159); Green value is 49 (19.53% from 255 or 30.82% from 159); Blue value is 40 (16.02% from 255 or 25.16% from 159); Max value from RGB is 70 - color contains mainly: red. Hex color #463128 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463128 is #B9CED7. Grayscale: #363636. Windows color (decimal): -12177112 or 2634054. OLE color: 2634054.

HSL color Cylindrical-coordinate representation of color #463128: hue angle of 18º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #463128 is Cyan = 0, Magento = 0.30, Yellow = 0.43 and Black (K on CMYK) = 0.73.

Color convert

RGB704940-
CMYK00.300.430.73
HSL18º27.27%21.57%-
HSV(B)18º42.86%27.45%-
XYZ4.013.652.5-
YUV54.25119.96139.23-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.03%
GREEN value IS 49 (19.53% from 255) = 30.82%
BLUE value IS 40 (16.02% from 255) = 25.16%
R=44.03%
G=30.82%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.43
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70494000.300.430.731827.2721.57
Hex46312801E2B49121b16
Octal106615003653111223326
Binary10001101100011010000111101010111001001100101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463128; }

 p { color: rgb(70,49,40); }

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

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

 a { background-color: rgb(70,49,40); }

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

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

 span { border-color: rgb(70,49,40); }

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