#46281C

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

Shades of Morocco Brown #46281C

Tints of Morocco Brown #46281C

Color information

#46281C (or 0x46281C) is unknown color: approx Morocco Brown. HEX triplet: 46, 28 and 1C. RGB value is (70,40,28). Sum of RGB (Red+Green+Blue) = 70+40+28=138 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50.72% from 138); Green value is 40 (16.02% from 255 or 28.99% from 138); Blue value is 28 (11.33% from 255 or 20.29% from 138); Max value from RGB is 70 - color contains mainly: red. Hex color #46281C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46281C is #B9D7E3. Grayscale: #2F2F2F. Windows color (decimal): -12179428 or 1845318. OLE color: 1845318.

HSL color Cylindrical-coordinate representation of color #46281C: hue angle of 17.14º 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 #46281C is Cyan = 0, Magento = 0.43, Yellow = 0.60 and Black (K on CMYK) = 0.73.

Color convert

RGB704028-
CMYK00.430.600.73
HSL17.14º42.86%19.22%-
HSV(B)17.14º60%27.45%-
XYZ3.492.91.47-
YUV47.6116.94143.98-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 50.72%
GREEN value IS 40 (16.02% from 255) = 28.99%
BLUE value IS 28 (11.33% from 255) = 20.29%
R=50.72%
G=28.99%
B=20.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.60
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70402800.430.600.7317.1442.8619.22
Hex46281C02B3C49112b13
Octal106503405374111215323
Binary100011010100011100010101111110010010011000110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46281C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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