#46301F

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

Shades of Morocco Brown #46301F

Tints of Morocco Brown #46301F

Color information

#46301F (or 0x46301F) is unknown color: approx Morocco Brown. HEX triplet: 46, 30 and 1F. RGB value is (70,48,31). Sum of RGB (Red+Green+Blue) = 70+48+31=149 (19% of max value = 765). Red value is 70 (27.73% from 255 or 46.98% from 149); Green value is 48 (19.14% from 255 or 32.21% from 149); Blue value is 31 (12.5% from 255 or 20.81% from 149); Max value from RGB is 70 - color contains mainly: red. Hex color #46301F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46301F is #B9CFE0. Grayscale: #343434. Windows color (decimal): -12177377 or 2043974. OLE color: 2043974.

HSL color Cylindrical-coordinate representation of color #46301F: hue angle of 26.15º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #46301F is Cyan = 0, Magento = 0.31, Yellow = 0.56 and Black (K on CMYK) = 0.73.

Color convert

RGB704831-
CMYK00.310.560.73
HSL26.15º38.61%19.8%-
HSV(B)26.15º55.71%27.45%-
XYZ3.833.511.77-
YUV52.64115.79140.38-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 46.98%
GREEN value IS 48 (19.14% from 255) = 32.21%
BLUE value IS 31 (12.5% from 255) = 20.81%
R=46.98%
G=32.21%
B=20.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.56
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70483100.310.560.7326.1538.6119.8
Hex46301F01F38491a2714
Octal106603703770111324724
Binary10001101100001111101111111100010010011101010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46301F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46301F; }

 p { color: rgb(70,48,31); }

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

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

 a { background-color: rgb(70,48,31); }

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

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

 span { border-color: rgb(70,48,31); }

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